org.guifications.plugins: 8ea4744707518834898f1195454b0656d3fa9bdf

rekkanoryo at guifications.org rekkanoryo at guifications.org
Sun Oct 28 15:05:10 CDT 2007


-----------------------------------------------------------------
Revision: 8ea4744707518834898f1195454b0656d3fa9bdf
Ancestor: 365ccc9bf60f1c56d0ca890c8fe16627653befc6
Author: rekkanoryo at guifications.org
Date: 2007-10-28T20:04:41
Branch: org.guifications.plugins

Modified files:
        convbadger/convbadger.c

ChangeLog: 

Hopefully fix a crash that only appears when persistent conversations are
in use and a conversation's window has been closed.

-----------------------------------------------------------------
This revision's diffstat output:
 convbadger.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
-------------- next part --------------
============================================================
--- convbadger/convbadger.c	82b1861f6b225664436e38eb8c08a0e127904e9d
+++ convbadger/convbadger.c	8b594b62472032c3e448ad025dae2280d3ac1121
@@ -48,7 +48,7 @@ conv_badger_data_free(ConvBadgerData *cb
 	cbd->win = NULL;
 	cbd->conv = NULL;
 
-	if(GTK_IS_IMAGE(cbd->icon))
+	if(cbd->icon != NULL && GTK_IS_IMAGE(cbd->icon))
 		gtk_widget_destroy(cbd->icon);
 
 	cbd->icon = NULL;


More information about the Plugins-commits mailing list