# HG changeset patch # User Christian Hammond # Date 1057134959 0 # Node ID c55b32640690dbc51a715e436df984c861b58dc7 # Parent e0be64ced3d7d8de2e03733f3a41aa05e04e01fe [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 diff -r e0be64ced3d7 -r c55b32640690 plugins/ticker/ticker.c --- 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; }