plugins/ticker/ticker.c

changeset 4168
46523d0de8ab
parent 4165
9d849f3a4dff
child 4227
5f98b16ed21c
--- 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);
 
 }
 

mercurial