[gaim-migrate @ 6432]

Wed, 02 Jul 2003 08:35:59 +0000

author
Christian Hammond <chipx86@chipx86.com>
date
Wed, 02 Jul 2003 08:35:59 +0000
changeset 5984
a5b22eb728ef
parent 5983
435a19acf12a
child 5985
69ab892a8fab

[gaim-migrate @ 6432]
Gaim no longer seggies when loading the ticker, unloading it, and then
loading it again.

I think I fixed #10 on Cae's bug list, further pissing her off! ;)

plugins/ticker/ticker.c file | annotate | diff | comparison | revisions
--- a/plugins/ticker/ticker.c	Wed Jul 02 08:31:36 2003 +0000
+++ b/plugins/ticker/ticker.c	Wed Jul 02 08:35:59 2003 +0000
@@ -254,8 +254,10 @@
 		tickerbuds = g_list_delete_link(tickerbuds, tickerbuds);
 	}
 
-	if (tickerwindow != NULL)
+	if (tickerwindow != NULL) {
 		gtk_widget_destroy(tickerwindow);
+		tickerwindow = NULL;
+	}
 
 	return TRUE;
 }

mercurial