diff options
Diffstat (limited to 'shell/e-shell-switcher.c')
-rw-r--r-- | shell/e-shell-switcher.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/e-shell-switcher.c b/shell/e-shell-switcher.c index bcab54cf9f..2910e1d0a0 100644 --- a/shell/e-shell-switcher.c +++ b/shell/e-shell-switcher.c @@ -119,7 +119,7 @@ shell_switcher_layout_actions (EShellSwitcher *switcher) row_last = row_number; /* Layout the buttons. */ - for (i = 0; i < row_last + 1; i++) { + for (i = row_last; i >= 0; i--) { int len, extra_width; x = H_PADDING + allocation->x; |