pidgin/gtkeventloop.c

changeset 15729
6932ac4e5b3d
parent 15697
78ddac185d80
child 15746
017e33725857
--- a/pidgin/gtkeventloop.c	Tue Feb 20 19:35:37 2007 +0000
+++ b/pidgin/gtkeventloop.c	Tue Feb 20 19:36:08 2007 +0000
@@ -116,9 +116,9 @@
 static GaimEventLoopUiOps eventloop_ops =
 {
 	g_timeout_add,
-	(guint (*)(guint))g_source_remove,
+	g_source_remove,
 	pidgin_input_add,
-	(guint (*)(guint))g_source_remove
+	g_source_remove
 };
 
 GaimEventLoopUiOps *

mercurial