aboutsummaryrefslogtreecommitdiffstats
path: root/mail/ChangeLog
diff options
context:
space:
mode:
authorNot Zed <NotZed@Ximian.com>2003-04-16 13:03:22 +0800
committerMichael Zucci <zucchi@src.gnome.org>2003-04-16 13:03:22 +0800
commitf1f8caabf52854bed8332c55a7427414dd0de516 (patch)
treee4f69f7e706fa2a5f529327d9839253950b4d82b /mail/ChangeLog
parent1cddfbd5e59cc1de55072c79bf44447620f1ebc0 (diff)
downloadgsoc2013-evolution-f1f8caabf52854bed8332c55a7427414dd0de516.tar
gsoc2013-evolution-f1f8caabf52854bed8332c55a7427414dd0de516.tar.gz
gsoc2013-evolution-f1f8caabf52854bed8332c55a7427414dd0de516.tar.bz2
gsoc2013-evolution-f1f8caabf52854bed8332c55a7427414dd0de516.tar.lz
gsoc2013-evolution-f1f8caabf52854bed8332c55a7427414dd0de516.tar.xz
gsoc2013-evolution-f1f8caabf52854bed8332c55a7427414dd0de516.tar.zst
gsoc2013-evolution-f1f8caabf52854bed8332c55a7427414dd0de516.zip
For bug #41199.
2003-04-15 Not Zed <NotZed@Ximian.com> * For bug #41199. * subscribe-dialog.glade: New interface from Anna. Setup the wigdet names and add a progress bar, and set the default opening size to something reasonable. * subscribe-dialog.c (subscribe_dialog_construct): changes to match the glade file chagnes. remove the search stuff. hide the progress bar by default. (sc_activity_cb): show the progress bar when we're active, hide it when inactive. dont set any status. (struct _SubscribeDialogPrivate): Remove the appbar. svn path=/trunk/; revision=20858
Diffstat (limited to 'mail/ChangeLog')
-rw-r--r--mail/ChangeLog15
1 files changed, 15 insertions, 0 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog
index 4a422b0a7b..5d9a369a3d 100644
--- a/mail/ChangeLog
+++ b/mail/ChangeLog
@@ -1,3 +1,18 @@
+2003-04-15 Not Zed <NotZed@Ximian.com>
+
+ * For bug #41199.
+
+ * subscribe-dialog.glade: New interface from Anna. Setup the
+ wigdet names and add a progress bar, and set the default opening
+ size to something reasonable.
+
+ * subscribe-dialog.c (subscribe_dialog_construct): changes to
+ match the glade file chagnes. remove the search stuff. hide the
+ progress bar by default.
+ (sc_activity_cb): show the progress bar when we're active, hide
+ it when inactive. dont set any status.
+ (struct _SubscribeDialogPrivate): Remove the appbar.
+
2003-04-15 Hans Petter Jansson <hpj@ximian.com>
* mail-mt.c (mail_msg_check_error): Free the temporary error text.