aboutsummaryrefslogtreecommitdiffstats
path: root/mail/ChangeLog
diff options
context:
space:
mode:
author0 <NotZed@Ximian.com>2001-10-30 19:10:48 +0800
committerMichael Zucci <zucchi@src.gnome.org>2001-10-30 19:10:48 +0800
commitf53a0de05a720133be8dc58e5f61fa6d0fc4d9ba (patch)
tree9da92b171b49e97c3986ac3ad918f22a8e9283ff /mail/ChangeLog
parentdaaeb84173905de459b2048c84f46e4cf7719585 (diff)
downloadgsoc2013-evolution-f53a0de05a720133be8dc58e5f61fa6d0fc4d9ba.tar
gsoc2013-evolution-f53a0de05a720133be8dc58e5f61fa6d0fc4d9ba.tar.gz
gsoc2013-evolution-f53a0de05a720133be8dc58e5f61fa6d0fc4d9ba.tar.bz2
gsoc2013-evolution-f53a0de05a720133be8dc58e5f61fa6d0fc4d9ba.tar.lz
gsoc2013-evolution-f53a0de05a720133be8dc58e5f61fa6d0fc4d9ba.tar.xz
gsoc2013-evolution-f53a0de05a720133be8dc58e5f61fa6d0fc4d9ba.tar.zst
gsoc2013-evolution-f53a0de05a720133be8dc58e5f61fa6d0fc4d9ba.zip
Comment out the Folder: and you've got mail prints.
2001-10-30 <NotZed@Ximian.com> * folder-info.c: Comment out the Folder: and you've got mail prints. * mail-config-druid.c (wizard_next_cb): If we have a next function, honour if it tells us its going to set the page, and dont set it, otherwise, set it to the next page, unless we're at the end of our pages, and let the wizard do it itself. (wizard_back_cb): Same for going back. Rest of fix for #12127, see e-shell-startup-wizard for the rest. (next_func): If we're not on the last page, tell the druid we're gonna handle the next button, so we can sync properly with it, needed for above changes. (back_func): Similarly for going back past page 0. (wizard_listener_event): We want to set the page to the actual one asked for not, pagenum-1. svn path=/trunk/; revision=14449
Diffstat (limited to 'mail/ChangeLog')
-rw-r--r--mail/ChangeLog16
1 files changed, 16 insertions, 0 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog
index 756de97834..b9b5c81186 100644
--- a/mail/ChangeLog
+++ b/mail/ChangeLog
@@ -1,5 +1,21 @@
2001-10-30 <NotZed@Ximian.com>
+ * folder-info.c: Comment out the Folder: and you've got mail
+ prints.
+
+ * mail-config-druid.c (wizard_next_cb): If we have a next
+ function, honour if it tells us its going to set the page, and
+ dont set it, otherwise, set it to the next page, unless we're at
+ the end of our pages, and let the wizard do it itself.
+ (wizard_back_cb): Same for going back. Rest of fix for #12127,
+ see e-shell-startup-wizard for the rest.
+ (next_func): If we're not on the last page, tell the druid we're
+ gonna handle the next button, so we can sync properly with it,
+ needed for above changes.
+ (back_func): Similarly for going back past page 0.
+ (wizard_listener_event): We want to set the page to the actual one
+ asked for not, pagenum-1.
+
* mail-local.c (mls_rename_folder): Oops, dont use the url storage
path to offset the folder name we're renaming/opening, etc.