From bb7cb1d677117a938ae18d9cae7acc7a56678b6f Mon Sep 17 00:00:00 2001 From: Matthew Barnes Date: Wed, 17 Sep 2008 15:07:13 +0000 Subject: Massive address book refactoring. Things are mostly working again. Also, begin documenting the new shell API, and provide a Gtk-Doc framework. svn path=/branches/kill-bonobo/; revision=36359 --- shell/e-shell-window-private.h | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'shell/e-shell-window-private.h') diff --git a/shell/e-shell-window-private.h b/shell/e-shell-window-private.h index 7c04d87f6b..00eccaffbb 100644 --- a/shell/e-shell-window-private.h +++ b/shell/e-shell-window-private.h @@ -79,7 +79,7 @@ struct _EShellWindowPrivate { /*** Shell Views ***/ GHashTable *loaded_views; - const gchar *current_view; + const gchar *active_view; /*** Widgetry ***/ @@ -116,8 +116,7 @@ void e_shell_window_create_switcher_actions void e_shell_window_update_icon (EShellWindow *shell_window); void e_shell_window_update_title (EShellWindow *shell_window); void e_shell_window_update_new_menu (EShellWindow *shell_window); -void e_shell_window_update_gal_view_menu - (EShellWindow *shell_window); +void e_shell_window_update_view_menu (EShellWindow *shell_window); G_END_DECLS -- cgit v1.2.3