aboutsummaryrefslogtreecommitdiffstats
path: root/shell/e-shell-window.h
diff options
context:
space:
mode:
Diffstat (limited to 'shell/e-shell-window.h')
-rw-r--r--shell/e-shell-window.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/shell/e-shell-window.h b/shell/e-shell-window.h
index 4044a49337..002c37914e 100644
--- a/shell/e-shell-window.h
+++ b/shell/e-shell-window.h
@@ -74,9 +74,9 @@ GtkActionGroup *e_shell_window_get_action_group (EShellWindow *shell_window,
GtkWidget * e_shell_window_get_managed_widget
(EShellWindow *shell_window,
const gchar *widget_path);
-const gchar * e_shell_window_get_current_view (EShellWindow *shell_window);
-void e_shell_window_set_current_view (EShellWindow *shell_window,
- const gchar *name_or_alias);
+const gchar * e_shell_window_get_active_view (EShellWindow *shell_window);
+void e_shell_window_set_active_view (EShellWindow *shell_window,
+ const gchar *view_name);
gboolean e_shell_window_get_safe_mode (EShellWindow *shell_window);
void e_shell_window_set_safe_mode (EShellWindow *shell_window,
gboolean safe_mode);