diff options
author | Dan Winship <danw@src.gnome.org> | 2003-03-12 06:25:47 +0800 |
---|---|---|
committer | Dan Winship <danw@src.gnome.org> | 2003-03-12 06:25:47 +0800 |
commit | 2ac9216ba13699b6d6db45c4f438382920d06bae (patch) | |
tree | 97dcfa67bfd5fb4478d877d1c6a3319626764a25 /shell/ChangeLog | |
parent | b0984bd0af9be0e2d53ee5e1b091cee509b70517 (diff) | |
download | gsoc2013-evolution-2ac9216ba13699b6d6db45c4f438382920d06bae.tar gsoc2013-evolution-2ac9216ba13699b6d6db45c4f438382920d06bae.tar.gz gsoc2013-evolution-2ac9216ba13699b6d6db45c4f438382920d06bae.tar.bz2 gsoc2013-evolution-2ac9216ba13699b6d6db45c4f438382920d06bae.tar.lz gsoc2013-evolution-2ac9216ba13699b6d6db45c4f438382920d06bae.tar.xz gsoc2013-evolution-2ac9216ba13699b6d6db45c4f438382920d06bae.tar.zst gsoc2013-evolution-2ac9216ba13699b6d6db45c4f438382920d06bae.zip |
If the wizard factory returns NULL, we'll get a NIL wizard but no
* e-shell-startup-wizard.c (start_wizard): If the wizard factory
returns NULL, we'll get a NIL wizard but no exception. Deal with
that case. (ie, try the next wizard).
(finish_func): Simplify for e-timezone-dialog changes.
(prepare_timezone_page): If there is already a timezone set in
gconf, set the map to point to it. (For connector autoconfig.)
svn path=/trunk/; revision=20257
Diffstat (limited to 'shell/ChangeLog')
-rw-r--r-- | shell/ChangeLog | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/shell/ChangeLog b/shell/ChangeLog index d58a31168d..88f6c8df16 100644 --- a/shell/ChangeLog +++ b/shell/ChangeLog @@ -1,3 +1,12 @@ +2003-03-11 Dan Winship <danw@ximian.com> + + * e-shell-startup-wizard.c (start_wizard): If the wizard factory + returns NULL, we'll get a NIL wizard but no exception. Deal with + that case. (ie, try the next wizard). + (finish_func): Simplify for e-timezone-dialog changes. + (prepare_timezone_page): If there is already a timezone set in + gconf, set the map to point to it. (For connector autoconfig.) + 2003-03-07 Not Zed <NotZed@Ximian.com> ** reverted the following patch from ettore, this is a gnome 2.2 @@ -5,7 +14,7 @@ * e-shell.c (impl_finalize): Use bonobo_activation_unregister_active_server() instead of - bonobo_activatino_active_server_unregister(). + bonobo_activation_active_server_unregister(). (e_shell_construct): Use bonobo_activation_register_active_server() instead of bonobo_activation_active_server_register(). |