aboutsummaryrefslogtreecommitdiffstats
path: root/shell/e-shell-view.h
diff options
context:
space:
mode:
Diffstat (limited to 'shell/e-shell-view.h')
-rw-r--r--shell/e-shell-view.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/shell/e-shell-view.h b/shell/e-shell-view.h
index 605691b46d..c7ee7fa4af 100644
--- a/shell/e-shell-view.h
+++ b/shell/e-shell-view.h
@@ -96,9 +96,10 @@ int e_shell_view_get_current_shortcuts_group_num (EShellView *she
void e_shell_view_set_current_shortcuts_group_num (EShellView *shell_view, int group_num);
gboolean e_shell_view_save_settings (EShellView *shell_view,
- const char *prefix);
+ int view_num);
gboolean e_shell_view_load_settings (EShellView *shell_view,
- const char *prefix);
+ int view_num);
+
#ifdef __cplusplus
}