diff plugins/ticker/ticker.c @ 5181:82b3d72d2128

[gaim-migrate @ 5545] fixes the ticker so it doesn't crash after you unload it committer: Tailor Script <tailor@pidgin.im>
author Nathan Walp <nwalp@pidgin.im>
date Sun, 20 Apr 2003 07:23:25 +0000
parents 2d84fe476406
children dec87634bcb1
line wrap: on
line diff
--- a/plugins/ticker/ticker.c	Sat Apr 19 23:19:49 2003 +0000
+++ b/plugins/ticker/ticker.c	Sun Apr 20 07:23:25 2003 +0000
@@ -243,7 +243,7 @@
 }
 
 G_MODULE_EXPORT void gaim_plugin_remove() {
-	buddy_ticker_destroy_window(tickerwindow, NULL, NULL);
+	gtk_widget_destroy(tickerwindow);
 }
 
 struct gaim_plugin_description desc;