diff options
Diffstat (limited to 'shell')
-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 f0149386b5..0568c85b18 100644 --- a/shell/e-shell-switcher.c +++ b/shell/e-shell-switcher.c @@ -164,7 +164,7 @@ shell_switcher_layout_actions (EShellSwitcher *switcher) y -= V_PADDING; } - for (i = 0; i <= row_last; i ++) + for (i = 0; i <= row_last; i++) g_list_free (rows [i]); g_free (rows); |