aboutsummaryrefslogtreecommitdiffstats
path: root/mail/ChangeLog
diff options
context:
space:
mode:
authorJeffrey Stedfast <fejj@ximian.com>2002-06-29 03:33:21 +0800
committerJeffrey Stedfast <fejj@src.gnome.org>2002-06-29 03:33:21 +0800
commit6256cb6fe996561bdfdc2e954279eb6ecd3f53d9 (patch)
tree82828a2e4213a4599f45304d70e9e3e0d16d2655 /mail/ChangeLog
parent7d2e887eaaca195a845edc69caebff4fc0196190 (diff)
downloadgsoc2013-evolution-6256cb6fe996561bdfdc2e954279eb6ecd3f53d9.tar
gsoc2013-evolution-6256cb6fe996561bdfdc2e954279eb6ecd3f53d9.tar.gz
gsoc2013-evolution-6256cb6fe996561bdfdc2e954279eb6ecd3f53d9.tar.bz2
gsoc2013-evolution-6256cb6fe996561bdfdc2e954279eb6ecd3f53d9.tar.lz
gsoc2013-evolution-6256cb6fe996561bdfdc2e954279eb6ecd3f53d9.tar.xz
gsoc2013-evolution-6256cb6fe996561bdfdc2e954279eb6ecd3f53d9.tar.zst
gsoc2013-evolution-6256cb6fe996561bdfdc2e954279eb6ecd3f53d9.zip
Don't skip over disabled accounts - put them in the folder tree too.
2002-06-28 Jeffrey Stedfast <fejj@ximian.com> * component-factory.c (mail_load_storages): Don't skip over disabled accounts - put them in the folder tree too. svn path=/trunk/; revision=17329
Diffstat (limited to 'mail/ChangeLog')
-rw-r--r--mail/ChangeLog8
1 files changed, 7 insertions, 1 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog
index ef8fd20b02..3c2a38f0ec 100644
--- a/mail/ChangeLog
+++ b/mail/ChangeLog
@@ -1,8 +1,14 @@
2002-06-28 Jeffrey Stedfast <fejj@ximian.com>
+ * component-factory.c (mail_load_storages): Don't skip over
+ disabled accounts - put them in the folder tree too.
+
+2002-06-28 Jeffrey Stedfast <fejj@ximian.com>
+
Fixes bug #27055.
- * mail-accounts.c (account_add_finished): Unref the main accounts widget.
+ * mail-accounts.c (account_add_finished): Unref the main accounts
+ widget.
(account_add_clicked): Ref the main accounts widget.
(account_edit_finished): Unref the main accounts widget.
(account_edit_clicked): Ref the main accounts widget.