diff options
author | Jeffrey Stedfast <fejj@ximian.com> | 2004-04-10 05:56:34 +0800 |
---|---|---|
committer | Jeffrey Stedfast <fejj@src.gnome.org> | 2004-04-10 05:56:34 +0800 |
commit | 2cc9ceb11f24a2cf6d127c1b6b9bd4a4f161a834 (patch) | |
tree | 744c60ae2f63132c634a7cf0a0ff7ebd1058bc1b /shell/ChangeLog | |
parent | 733ac62d82bab03f3cc32e042cfa56a5e3138869 (diff) | |
download | gsoc2013-evolution-2cc9ceb11f24a2cf6d127c1b6b9bd4a4f161a834.tar.gz gsoc2013-evolution-2cc9ceb11f24a2cf6d127c1b6b9bd4a4f161a834.tar.zst gsoc2013-evolution-2cc9ceb11f24a2cf6d127c1b6b9bd4a4f161a834.zip |
Don't activate the components here. (e_shell_construct): Activate them all
2004-04-09 Jeffrey Stedfast <fejj@ximian.com>
* e-shell.c (e_shell_attempt_upgrade): Don't activate the
components here.
(e_shell_construct): Activate them all here instead (before we
attempt to upgrade). Fixes a bug where the shell would start up in
online mode but never notify the components to go online.
* main.c (idle_cb): s/Cannot access/Cannot register/
svn path=/trunk/; revision=25405
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 66330ecf82..5c376977fd 100644 --- a/shell/ChangeLog +++ b/shell/ChangeLog @@ -1,3 +1,13 @@ +2004-04-09 Jeffrey Stedfast <fejj@ximian.com> + + * e-shell.c (e_shell_attempt_upgrade): Don't activate the + components here. + (e_shell_construct): Activate them all here instead (before we + attempt to upgrade). Fixes a bug where the shell would start up in + online mode but never notify the components to go online. + + * main.c (idle_cb): s/Cannot access/Cannot register/ + 2004-04-09 Chris Toshok <toshok@ximian.com> * e-shell.c (e_shell_attempt_upgrade): make sure the component is |