diff console/gntgaim.c @ 15667:d44fca5248a1

Change out source_remove and input_remove eventloop functions to return booleans instead of guints
author Mark Doliner <mark@kingant.net>
date Tue, 20 Feb 2007 19:36:08 +0000
parents 233c4a2f7b77
children 14d85ee22d78
line wrap: on
line diff
--- a/console/gntgaim.c	Tue Feb 20 19:35:37 2007 +0000
+++ b/console/gntgaim.c	Tue Feb 20 19:36:08 2007 +0000
@@ -146,9 +146,9 @@
 static GaimEventLoopUiOps eventloop_ops =
 {
 	g_timeout_add,
-	(guint (*)(guint))g_source_remove,
+	g_source_remove,
 	gnt_input_add,
-	(guint (*)(guint))g_source_remove
+	g_source_remove
 };
 
 static GaimEventLoopUiOps *