diff -r 96a51df2ae94 -r 46523d0de8ab plugins/ticker/ticker.c --- a/plugins/ticker/ticker.c Thu Jan 02 05:18:16 2003 +0000 +++ b/plugins/ticker/ticker.c Thu Jan 02 05:20:55 2003 +0000 @@ -111,9 +111,9 @@ */ gtk_ticker_start_scroll( GTK_TICKER( ticker ) ); - gtk_timeout_add( 60000, BuddyTickerMessageRemove, (gpointer) NULL ); + g_timeout_add( 60000, BuddyTickerMessageRemove, NULL); - gtk_widget_show_all (ticker); + gtk_widget_show_all (ticker); }