[Xfce4-commits] <xfce4-eyes-plugin:master> Update size after panel orientation change (bug #8404).

Harald Judt noreply at xfce.org
Wed Feb 27 19:44:02 CET 2013


Updating branch refs/heads/master
         to 2026158e64e961b042076a527cd923d1a606d282 (commit)
       from 00fe6b4e4f12e6e8ac07528fc0f76e31bf802751 (commit)

commit 2026158e64e961b042076a527cd923d1a606d282
Author: Andrzej <ndrwrdck at gmail.com>
Date:   Tue Feb 26 15:56:42 2013 +0100

    Update size after panel orientation change (bug #8404).

 panel-plugin/eyes.c |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/panel-plugin/eyes.c b/panel-plugin/eyes.c
index f3cd195..b0073ed 100644
--- a/panel-plugin/eyes.c
+++ b/panel-plugin/eyes.c
@@ -415,6 +415,8 @@ eyes_orientation_changed (XfcePanelPlugin *plugin,
         gtk_alignment_set (GTK_ALIGNMENT (eyes->align), 0.5, 0.5, 0.0, 1.0);
     else
         gtk_alignment_set (GTK_ALIGNMENT (eyes->align), 0.5, 0.5, 1.0, 0.0);
+
+    eyes_set_size (plugin, xfce_panel_plugin_get_size (plugin));
 }
 
 


More information about the Xfce4-commits mailing list