diff options
author | Ettore Perazzoli <ettore@src.gnome.org> | 2000-11-04 05:58:46 +0800 |
---|---|---|
committer | Ettore Perazzoli <ettore@src.gnome.org> | 2000-11-04 05:58:46 +0800 |
commit | 7c64de04114bc7973273fad39c104c2fb33c79e1 (patch) | |
tree | d6f38645bdbf8fd49ac84ff7d38aabed7673abe4 /shell/ChangeLog | |
parent | 4943fa0e40f481dacb9f72c90110204a36f7b0e7 (diff) | |
download | gsoc2013-evolution-7c64de04114bc7973273fad39c104c2fb33c79e1.tar.gz gsoc2013-evolution-7c64de04114bc7973273fad39c104c2fb33c79e1.tar.zst gsoc2013-evolution-7c64de04114bc7973273fad39c104c2fb33c79e1.zip |
Added a `--no-splash' option to the shell.
svn path=/trunk/; revision=6380
Diffstat (limited to 'shell/ChangeLog')
-rw-r--r-- | shell/ChangeLog | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/shell/ChangeLog b/shell/ChangeLog index 84e6db4f83..2890f725cc 100644 --- a/shell/ChangeLog +++ b/shell/ChangeLog @@ -1,3 +1,22 @@ +2000-11-03 Ettore Perazzoli <ettore@helixcode.com> + + * main.c: New local static variables `evolution_directory', + `no_splash'. + (main): Removed local variable `evolution_directory'. Add a + `--no-splash' command-line option for setting the value of + `no_splash'. + (idle_cb): Use the static `evolution_directory'. Make the newly + created shell show the splash or not according to the value of + `no_splash'. + + * e-shell.c (setup_components): Deal with a NULL @splash + parameter. + (e_shell_construct): New arg `show_splash'. Don't create a splash + screen if FALSE; instead, pass NULL to `setup_components()' as the + @splash arg. + (e_shell_new): New arg `show_splash'. Pass it to + `e_shell_construct()'. + 2000-11-03 Dan Winship <danw@helixcode.com> * evolution-storage-listener.c (class_init): Fix the name of the |