Author: nick
Date: 2007-10-17 08:51:27 +0000 (Wed, 17 Oct 2007)
New Revision: 26137

Modified:
   xfce4-panel/trunk/panel/panel-properties.c
Log:
* update itembar size request after the orientation changed


Modified: xfce4-panel/trunk/panel/panel-properties.c
===================================================================
--- xfce4-panel/trunk/panel/panel-properties.c  2007-10-16 20:06:10 UTC (rev 
26136)
+++ xfce4-panel/trunk/panel/panel-properties.c  2007-10-17 08:51:27 UTC (rev 
26137)
@@ -1460,6 +1460,9 @@
         {
             panel_set_full_width (panel, full_width);
         }
+        
+        /* update itembar size request */
+        panel_set_size (panel, priv->size);
 
         gtk_widget_queue_resize (GTK_WIDGET (panel));
 

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

Reply via email to