[Xfce4-commits] <xfce4-panel:andrzejr/deskbar-github> action buttons: changing menu label orientation in plain vertical mode.

Andrzej noreply at xfce.org
Mon Dec 12 11:40:29 CET 2011


Updating branch refs/heads/andrzejr/deskbar-github
         to d77a15de409af6a35ba584bc1ed3bd2828f5b0fc (commit)
       from bb9eaeaf75c4cb6e7e4b9e387f552f65878d5960 (commit)

commit d77a15de409af6a35ba584bc1ed3bd2828f5b0fc
Author: Andrzej <ndrwrdck at gmail.com>
Date:   Tue Nov 22 12:45:08 2011 +0900

    action buttons: changing menu label orientation in plain vertical mode.

 plugins/actions/actions.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/plugins/actions/actions.c b/plugins/actions/actions.c
index 7bac67b..e1a9c98 100644
--- a/plugins/actions/actions.c
+++ b/plugins/actions/actions.c
@@ -1064,7 +1064,7 @@ actions_plugin_pack_idle (gpointer data)
       gtk_container_add (GTK_CONTAINER (button), label);
       deskbar_mode = xfce_panel_plugin_get_deskbar_mode (XFCE_PANEL_PLUGIN (plugin));
       gtk_label_set_angle (GTK_LABEL (label),
-          (orientation == GTK_ORIENTATION_HORIZONTAL || deskbar_mode) ? 0 : 270);
+          (orientation == GTK_ORIENTATION_HORIZONTAL || deskbar_mode) ? 0 : 90);
       gtk_widget_show (label);
     }
 


More information about the Xfce4-commits mailing list