diff options
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(). |