diff options
author | Ettore Perazzoli <ettore@src.gnome.org> | 2001-10-12 11:48:22 +0800 |
---|---|---|
committer | Ettore Perazzoli <ettore@src.gnome.org> | 2001-10-12 11:48:22 +0800 |
commit | 1b235d03d55ef422e933b04401f991d3aa56d021 (patch) | |
tree | 1dbe35f531c30b938f43cac2d86cbed012d6d0c9 /shell/ChangeLog | |
parent | 3253815c84e1746ba0217ced7e03a5f15106f14c (diff) | |
download | gsoc2013-evolution-1b235d03d55ef422e933b04401f991d3aa56d021.tar gsoc2013-evolution-1b235d03d55ef422e933b04401f991d3aa56d021.tar.gz gsoc2013-evolution-1b235d03d55ef422e933b04401f991d3aa56d021.tar.bz2 gsoc2013-evolution-1b235d03d55ef422e933b04401f991d3aa56d021.tar.lz gsoc2013-evolution-1b235d03d55ef422e933b04401f991d3aa56d021.tar.xz gsoc2013-evolution-1b235d03d55ef422e933b04401f991d3aa56d021.tar.zst gsoc2013-evolution-1b235d03d55ef422e933b04401f991d3aa56d021.zip |
Display the default view only if we are starting our own shell, or if the
* main.c (idle_cb): Display the default view only if we are
starting our own shell, or if the command-line has no arguments
and we are talking to an already existing shell.
* e-uri-schema-registry.c
(e_uri_schema_registry_set_handler_for_schema): Do not return a
value.
svn path=/trunk/; revision=13611
Diffstat (limited to 'shell/ChangeLog')
-rw-r--r-- | shell/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/shell/ChangeLog b/shell/ChangeLog index 8bb8b91194..19105d1193 100644 --- a/shell/ChangeLog +++ b/shell/ChangeLog @@ -1,3 +1,13 @@ +2001-10-11 Ettore Perazzoli <ettore@ximian.com> + + * main.c (idle_cb): Display the default view only if we are + starting our own shell, or if the command-line has no arguments + and we are talking to an already existing shell. + + * e-uri-schema-registry.c + (e_uri_schema_registry_set_handler_for_schema): Do not return a + value. + 2001-10-11 Dan Winship <danw@ximian.com> * Evolution-Storage.idl: Remove "display_name" arg from update |