aboutsummaryrefslogtreecommitdiffstats
path: root/shell/ChangeLog
diff options
context:
space:
mode:
author0 <NotZed@Ximian.com>2001-10-30 19:11:22 +0800
committerMichael Zucci <zucchi@src.gnome.org>2001-10-30 19:11:22 +0800
commit31939ff3475dfb6a29a0eff08298ecfc674d7e9c (patch)
tree9357c6c822611888759286756df562e7d2e8fed7 /shell/ChangeLog
parentf53a0de05a720133be8dc58e5f61fa6d0fc4d9ba (diff)
downloadgsoc2013-evolution-31939ff3475dfb6a29a0eff08298ecfc674d7e9c.tar
gsoc2013-evolution-31939ff3475dfb6a29a0eff08298ecfc674d7e9c.tar.gz
gsoc2013-evolution-31939ff3475dfb6a29a0eff08298ecfc674d7e9c.tar.bz2
gsoc2013-evolution-31939ff3475dfb6a29a0eff08298ecfc674d7e9c.tar.lz
gsoc2013-evolution-31939ff3475dfb6a29a0eff08298ecfc674d7e9c.tar.xz
gsoc2013-evolution-31939ff3475dfb6a29a0eff08298ecfc674d7e9c.tar.zst
gsoc2013-evolution-31939ff3475dfb6a29a0eff08298ecfc674d7e9c.zip
If we're not at the end of the druid list, tell the druid we're going to
2001-10-30 <NotZed@Ximian.com> * e-shell-startup-wizard.c (next_func): If we're not at the end of the druid list, tell the druid we're going to change the page. (back_func): Same for going back a page. This way we can properly synchronise with the druid object and not race with the wizard object to set the right page. Part of fix for #12127. svn path=/trunk/; revision=14450
Diffstat (limited to 'shell/ChangeLog')
-rw-r--r--shell/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/shell/ChangeLog b/shell/ChangeLog
index 6cddf700ad..54a5e691b4 100644
--- a/shell/ChangeLog
+++ b/shell/ChangeLog
@@ -1,3 +1,11 @@
+2001-10-30 <NotZed@Ximian.com>
+
+ * e-shell-startup-wizard.c (next_func): If we're not at the end of
+ the druid list, tell the druid we're going to change the page.
+ (back_func): Same for going back a page. This way we can properly
+ synchronise with the druid object and not race with the wizard
+ object to set the right page. Part of fix for #12127.
+
2001-10-29 Ettore Perazzoli <ettore@ximian.com>
* evolution-shell-component.c (owner_ping_callback): Slightly