Mercurial > pidgin
changeset 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 | ea261ce36f0b |
children | 6b3b7c7eed0e |
files | plugins/ticker/ticker.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
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;