Author: nick
Date: 2007-09-05 11:55:04 +0000 (Wed, 05 Sep 2007)
New Revision: 26047

Modified:
   xfce4-panel/trunk/panel/panel-dialogs.c
Log:
* Same fix as in xfce_4_4 branch.


Modified: xfce4-panel/trunk/panel/panel-dialogs.c
===================================================================
--- xfce4-panel/trunk/panel/panel-dialogs.c     2007-09-05 11:54:36 UTC (rev 
26046)
+++ xfce4-panel/trunk/panel/panel-dialogs.c     2007-09-05 11:55:04 UTC (rev 
26047)
@@ -1535,7 +1535,7 @@
 {
     gint n = gtk_combo_box_get_active (combo);
 
-    if (n == pmd->current)
+    if (n == pmd->current || n < 0)
         return;
 
     pmd->current = n;

_______________________________________________
Xfce4-commits mailing list
[email protected]
http://foo-projects.org/mailman/listinfo/xfce4-commits

Reply via email to