changeset 5984:c55b32640690

[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! ;) committer: Tailor Script <tailor@pidgin.im>
author Christian Hammond <chipx86@chipx86.com>
date Wed, 02 Jul 2003 08:35:59 +0000
parents e0be64ced3d7
children 60d9cbfb6bf8
files plugins/ticker/ticker.c
diffstat 1 files changed, 3 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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;
 }