diff options
author | Dan Winship <danw@src.gnome.org> | 2003-02-25 22:44:16 +0800 |
---|---|---|
committer | Dan Winship <danw@src.gnome.org> | 2003-02-25 22:44:16 +0800 |
commit | 71caaeddaabff9f25d0f89acab421554e661fbe9 (patch) | |
tree | cf251584f969afd48e0aa62ddeada13f7a5e6167 /shell/ChangeLog | |
parent | f446063c572a9278fa3ce8e6b359c541ace68814 (diff) | |
download | gsoc2013-evolution-71caaeddaabff9f25d0f89acab421554e661fbe9.tar.gz gsoc2013-evolution-71caaeddaabff9f25d0f89acab421554e661fbe9.tar.zst gsoc2013-evolution-71caaeddaabff9f25d0f89acab421554e661fbe9.zip |
Use g_signal_connect_after to connect to the "prepare" signal to work
* e-shell-startup-wizard.c (connect_page, make_importer_page): Use
g_signal_connect_after to connect to the "prepare" signal to work
around a GnomeDruidPageStandard bug (b.g.o 81869)
(e_shell_startup_wizard_create): Remove the "return TRUE" that was
added here a while back to disable the startup wizard.
* glade/evolution-startup-wizard.glade: Change "Next" and "Finish"
in the text to "Forward" and "Apply" to match the gnome 2 druid
buttons.
svn path=/trunk/; revision=20049
Diffstat (limited to 'shell/ChangeLog')
-rw-r--r-- | shell/ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/shell/ChangeLog b/shell/ChangeLog index 4a8f100fcc..3b56711524 100644 --- a/shell/ChangeLog +++ b/shell/ChangeLog @@ -1,3 +1,15 @@ +2003-02-25 Dan Winship <danw@ximian.com> + + * e-shell-startup-wizard.c (connect_page, make_importer_page): Use + g_signal_connect_after to connect to the "prepare" signal to work + around a GnomeDruidPageStandard bug (b.g.o 81869) + (e_shell_startup_wizard_create): Remove the "return TRUE" that was + added here a while back to disable the startup wizard. + + * glade/evolution-startup-wizard.glade: Change "Next" and "Finish" + in the text to "Forward" and "Apply" to match the gnome 2 druid + buttons. + 2003-02-24 Rodney Dawes <dobey@ximian.com> * e-shell-view.c: Doh, forgot to remove the e-gray-bar.h include |