summaryrefslogtreecommitdiffstats
path: root/set-button.patch
blob: a5c9635c1871490de00e4b5749145470a7e9c6d1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
diff -up gnome-panel-2.21.91/applets/clock/clock-location-tile.c.set-button gnome-panel-2.21.91/applets/clock/clock-location-tile.c
--- gnome-panel-2.21.91/applets/clock/clock-location-tile.c.set-button	2008-02-17 15:52:17.000000000 -0500
+++ gnome-panel-2.21.91/applets/clock/clock-location-tile.c	2008-02-17 15:52:54.000000000 -0500
@@ -223,6 +223,9 @@ enter_or_leave_tile (GtkWidget          
 {
         ClockLocationTilePrivate *priv = PRIVATE (tile);
 
+	if (event->mode != GDK_CROSSING_NORMAL) {
+		return TRUE;
+	}
         if (event->type == GDK_ENTER_NOTIFY) {
 	      	gint can_set;