Author: jasper
Date: 2006-11-25 09:22:10 +0000 (Sat, 25 Nov 2006)
New Revision: 23950

Modified:
   xfce4-panel/trunk/panel/panel-properties.c
Log:
More work on bug #2598: queue_resize instead of queue_draw.

Modified: xfce4-panel/trunk/panel/panel-properties.c
===================================================================
--- xfce4-panel/trunk/panel/panel-properties.c  2006-11-24 23:20:44 UTC (rev 
23949)
+++ xfce4-panel/trunk/panel/panel-properties.c  2006-11-25 09:22:10 UTC (rev 
23950)
@@ -1221,7 +1221,7 @@
             panel_set_full_width (panel, full_width);
         }
 
-        gtk_widget_queue_draw (GTK_WIDGET (panel));
+        gtk_widget_queue_resize (GTK_WIDGET (panel));
 
         g_idle_add((GSourceFunc)unblock_struts, panel);
     }

_______________________________________________
Xfce4-commits mailing list
Xfce4-commits@xfce.org
http://foo-projects.org/mailman/listinfo/xfce4-commits

Reply via email to