[Galago-commits] r2705 - in trunk/notification-daemon: . themes/bubble

galago-commits at freedesktop.org galago-commits at freedesktop.org
Tue Apr 11 22:55:03 PDT 2006


Author: chipx86
Date: 2006-04-11 22:55:01 -0700 (Tue, 11 Apr 2006)
New Revision: 2705

Modified:
   trunk/notification-daemon/ChangeLog
   trunk/notification-daemon/themes/bubble/eggnotificationbubblewidget.c
Log:
Patch by Rodney Dawes to fix closing of notifications using the bubble theme when clicked. This closes bug #39.


Modified: trunk/notification-daemon/ChangeLog
===================================================================
--- trunk/notification-daemon/ChangeLog	2006-04-12 05:52:07 UTC (rev 2704)
+++ trunk/notification-daemon/ChangeLog	2006-04-12 05:55:01 UTC (rev 2705)
@@ -1,3 +1,9 @@
+Tue Apr 11 22:54:13 PDT 2006  Christian Hammond <chipx86 at chipx86.com>
+
+	* themes/bubble/eggnotificationbubblewidget.c:
+	  - Patch by Rodney Dawes to fix closing of notifications using the
+	    bubble theme when clicked. This closes bug #39.
+
 Tue Apr 11 22:50:22 PDT 2006  Christian Hammond <chipx86 at chipx86.com>
 
 	* src/daemon.c:

Modified: trunk/notification-daemon/themes/bubble/eggnotificationbubblewidget.c
===================================================================
--- trunk/notification-daemon/themes/bubble/eggnotificationbubblewidget.c	2006-04-12 05:52:07 UTC (rev 2704)
+++ trunk/notification-daemon/themes/bubble/eggnotificationbubblewidget.c	2006-04-12 05:55:01 UTC (rev 2705)
@@ -468,7 +468,7 @@
 
   widget = GTK_WIDGET (bubble_widget);
 
-  gtk_widget_add_events (widget, GDK_BUTTON_PRESS_MASK);
+  gtk_widget_add_events (widget, GDK_BUTTON_RELEASE_MASK);
   gtk_widget_set_app_paintable (widget, TRUE);
   gtk_window_set_resizable (GTK_WINDOW (bubble_widget), FALSE);
 



More information about the galago-commits mailing list