diff options
author | Antonio Xu <antonio.xu@sun.com> | 2003-07-22 16:15:09 +0800 |
---|---|---|
committer | Antonio Xu <anto@src.gnome.org> | 2003-07-22 16:15:09 +0800 |
commit | b4e252d26ef852449dfad9852d59e01f004867fa (patch) | |
tree | 3d7c0c3b372cd328d7cfa4bb8c82843ab6b4e0f5 /shell/ChangeLog | |
parent | ef517a5fba7b5f29a4e2aac95a114e401f249f6e (diff) | |
download | gsoc2013-evolution-b4e252d26ef852449dfad9852d59e01f004867fa.tar.gz gsoc2013-evolution-b4e252d26ef852449dfad9852d59e01f004867fa.tar.zst gsoc2013-evolution-b4e252d26ef852449dfad9852d59e01f004867fa.zip |
use g_signal_connect_after to connect "prepare" signal.
2003-07-22 Antonio Xu <antonio.xu@sun.com>
* e-shell-importer.c: (show_import_wizard): use
g_signal_connect_after to connect "prepare" signal.
(prepare_intelligent_page): Display some error log and disable
forward button rather than jump to finish page. [#46017]
svn path=/trunk/; revision=21884
Diffstat (limited to 'shell/ChangeLog')
-rw-r--r-- | shell/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/shell/ChangeLog b/shell/ChangeLog index 3cc3eed4ff..5eb40d8010 100644 --- a/shell/ChangeLog +++ b/shell/ChangeLog @@ -1,3 +1,10 @@ +2003-07-22 Antonio Xu <antonio.xu@sun.com> + + * e-shell-importer.c: (show_import_wizard): use + g_signal_connect_after to connect "prepare" signal. + (prepare_intelligent_page): Display some error log and disable + forward button rather than jump to finish page. [#46017] + 2003-07-15 Antonio Xu <antonio.xu@sun.com> * e-shell-startup-wizard.c (e_shell_startup_wizard_create): connect |