diff options
author | Matthew Barnes <mbarnes@src.gnome.org> | 2008-09-17 23:07:13 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@src.gnome.org> | 2008-09-17 23:07:13 +0800 |
commit | bb7cb1d677117a938ae18d9cae7acc7a56678b6f (patch) | |
tree | b0e4f8354732c23a0ade524fd2036c4ced7275da /shell/e-shell-window-private.h | |
parent | 7d2c28c02c6ecddcf492f385cacbd3d24ac215db (diff) | |
download | gsoc2013-evolution-bb7cb1d677117a938ae18d9cae7acc7a56678b6f.tar.gz gsoc2013-evolution-bb7cb1d677117a938ae18d9cae7acc7a56678b6f.tar.zst gsoc2013-evolution-bb7cb1d677117a938ae18d9cae7acc7a56678b6f.zip |
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
Diffstat (limited to 'shell/e-shell-window-private.h')
-rw-r--r-- | shell/e-shell-window-private.h | 5 |
1 files changed, 2 insertions, 3 deletions
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 |