diff options
author | Ettore Perazzoli <ettore@src.gnome.org> | 2000-05-09 23:37:57 +0800 |
---|---|---|
committer | Ettore Perazzoli <ettore@src.gnome.org> | 2000-05-09 23:37:57 +0800 |
commit | 0f8c6c783deb1b2d61c81f8fb27c63ba3ebadc1b (patch) | |
tree | 6e13a481003020403586e22409fd683a80f2f99a /shell/e-shell-view.h | |
parent | c943d7699c3030d5cf4ccca4eae554f6eb79aaae (diff) | |
download | gsoc2013-evolution-0f8c6c783deb1b2d61c81f8fb27c63ba3ebadc1b.tar gsoc2013-evolution-0f8c6c783deb1b2d61c81f8fb27c63ba3ebadc1b.tar.gz gsoc2013-evolution-0f8c6c783deb1b2d61c81f8fb27c63ba3ebadc1b.tar.bz2 gsoc2013-evolution-0f8c6c783deb1b2d61c81f8fb27c63ba3ebadc1b.tar.lz gsoc2013-evolution-0f8c6c783deb1b2d61c81f8fb27c63ba3ebadc1b.tar.xz gsoc2013-evolution-0f8c6c783deb1b2d61c81f8fb27c63ba3ebadc1b.tar.zst gsoc2013-evolution-0f8c6c783deb1b2d61c81f8fb27c63ba3ebadc1b.zip |
Display the default inbox at startup, instead of an empty view.
svn path=/trunk/; revision=2944
Diffstat (limited to 'shell/e-shell-view.h')
-rw-r--r-- | shell/e-shell-view.h | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/shell/e-shell-view.h b/shell/e-shell-view.h index 2cd39ebec9..5fbef18228 100644 --- a/shell/e-shell-view.h +++ b/shell/e-shell-view.h @@ -61,10 +61,9 @@ struct _EShellViewClass { GtkType e_shell_view_get_type (void); void e_shell_view_construct (EShellView *shell_view, - EShell *shell, - const char *uri); -GtkWidget *e_shell_view_new (EShell *shell, - const char *uri); + EShell *shell); +GtkWidget *e_shell_view_new (EShell *shell); + gboolean e_shell_view_display_uri (EShellView *shell_view, const char *uri); |