Wed, 02 Jul 2003 08:35:59 +0000
[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; }