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/ChangeLog | |
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/ChangeLog')
-rw-r--r-- | shell/ChangeLog | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/shell/ChangeLog b/shell/ChangeLog index c479f46f5b..90400d3fe1 100644 --- a/shell/ChangeLog +++ b/shell/ChangeLog @@ -1,5 +1,22 @@ 2000-05-09 Ettore Perazzoli <ettore@helixcode.com> + * e-shell.c (e_shell_new_view): Display the specified @uri in the + view. + + * e-shell-view.c (e_shell_view_construct): Removed arg @uri. + (e_shell_view_new): Likewise. + + * main.c: New string constant `STARTUP_URI', specifying the URI to + show in the startup view. + (new_view_idle_cb): New callback function to create a new view for + `STARTUP_URI' in the idle loop. We need to do this in the idle + loop because the CORBA stuff cannot work until the loop starts + running. + (main): Set `new_view_idle_cb' up as the idle callback instead of + creating the view right away. + +2000-05-09 Ettore Perazzoli <ettore@helixcode.com> + * e-shell.c (setup_storages): Woops. Don't free the path before the warning message, as we need to print it. |