From 8480f4f60a060781934f7ca96857118ff8ebec07 Mon Sep 17 00:00:00 2001 From: Steve Zesch Date: Fri, 11 Jan 2013 00:12:19 -0500 Subject: Changed the ordering that titlebar actions are displayed. Previously, the ordering of the titlebar actions did not match the enum ordering in the schema file, which caused the wrong action to be set. --- libwindow-settings/marco-window-manager.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libwindow-settings/marco-window-manager.c') diff --git a/libwindow-settings/marco-window-manager.c b/libwindow-settings/marco-window-manager.c index 39c8ed9f..6562291e 100644 --- a/libwindow-settings/marco-window-manager.c +++ b/libwindow-settings/marco-window-manager.c @@ -354,11 +354,11 @@ marco_get_double_click_actions (MateWindowManager *wm, int *n_actions_p) { static MateWMDoubleClickAction actions[] = { + { ACTION_TITLEBAR_TOGGLE_SHADE, N_("Roll up") }, { ACTION_TITLEBAR_TOGGLE_MAXIMIZE, N_("Maximize") }, - { ACTION_TITLEBAR_TOGGLE_MAXIMIZE_VERTICALLY, N_("Maximize Vertically") }, { ACTION_TITLEBAR_TOGGLE_MAXIMIZE_HORIZONTALLY, N_("Maximize Horizontally") }, + { ACTION_TITLEBAR_TOGGLE_MAXIMIZE_VERTICALLY, N_("Maximize Vertically") }, { ACTION_TITLEBAR_MINIMIZE, N_("Minimize") }, - { ACTION_TITLEBAR_TOGGLE_SHADE, N_("Roll up") }, { ACTION_TITLEBAR_NONE, N_("None") } }; -- cgit v1.2.1