Author: nick
Date: 2008-10-23 17:21:22 +0000 (Thu, 23 Oct 2008)
New Revision: 28385
Modified:
xfce4-panel/trunk/panel/panel-properties.c
Log:
* Panel does not adhere to 'fullwidth' property when using
vertical orientation after restarting (Bug #4456).
Modified: xfce4-panel/trunk/panel/panel-properties.c
===================================================================
--- xfce4-panel/trunk/panel/panel-properties.c 2008-10-23 17:18:16 UTC (rev
28384)
+++ xfce4-panel/trunk/panel/panel-properties.c 2008-10-23 17:21:22 UTC (rev
28385)
@@ -1002,7 +1002,7 @@
xfce_itembar_set_maximum_size (XFCE_ITEMBAR (priv->itembar), max);
if (priv->full_width > XFCE_PANEL_NORMAL_WIDTH)
- gtk_widget_set_size_request (GTK_WIDGET (panel), w, -1);
+ gtk_widget_set_size_request (GTK_WIDGET (panel), w, h);
if (!xfce_screen_position_is_floating (priv->screen_position))
{
_______________________________________________
Xfce4-commits mailing list
[email protected]
http://foo-projects.org/mailman/listinfo/xfce4-commits