[Galago-commits] r2455 - trunk/libnotify/libnotify

galago-commits at freedesktop.org galago-commits at freedesktop.org
Fri Jan 20 02:23:56 PST 2006


Author: chipx86
Date: 2006-01-20 02:23:55 -0800 (Fri, 20 Jan 2006)
New Revision: 2455

Modified:
   trunk/libnotify/libnotify/notification.c
Log:
I have no clue what this function is.


Modified: trunk/libnotify/libnotify/notification.c
===================================================================
--- trunk/libnotify/libnotify/notification.c	2006-01-20 10:19:44 UTC (rev 2454)
+++ trunk/libnotify/libnotify/notification.c	2006-01-20 10:23:55 UTC (rev 2455)
@@ -272,16 +272,6 @@
 }
 #endif
 
-GdkFilterReturn
-_catch(GdkXEvent *xevent, GdkEvent *event, gpointer data)
-{
-	static int i = 1;
-
-	printf("here, %i\n", i);
-	i++;
-	return GDK_FILTER_CONTINUE;
-}
-
 NotifyNotification *
 notify_notification_new(const gchar *summary, const gchar *body,
 						const gchar *icon, GtkWidget *attach)



More information about the galago-commits mailing list