aboutsummaryrefslogtreecommitdiffstats
path: root/shell/e-shell.c
diff options
context:
space:
mode:
Diffstat (limited to 'shell/e-shell.c')
-rw-r--r--shell/e-shell.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/e-shell.c b/shell/e-shell.c
index 89ebe2f20e..6f00a43584 100644
--- a/shell/e-shell.c
+++ b/shell/e-shell.c
@@ -620,7 +620,7 @@ save_settings_for_views (EShell *shell)
}
prefix = g_strdup_printf ("=%s/config/Shell=/Views/NumberOfViews",
- priv->local_directory, i);
+ priv->local_directory);
gnome_config_set_int (prefix, g_list_length (priv->views));
g_free (prefix);