diff options
author | Ettore Perazzoli <ettore@src.gnome.org> | 2001-06-29 10:04:43 +0800 |
---|---|---|
committer | Ettore Perazzoli <ettore@src.gnome.org> | 2001-06-29 10:04:43 +0800 |
commit | 9b087b24979298812a2b303c87a8573321af0941 (patch) | |
tree | 29d69911611839039c2b078314f42549555cd4ed /shell/ChangeLog | |
parent | fe0275e362f06bad6389fcb77bdcffbf00d523df (diff) | |
download | gsoc2013-evolution-9b087b24979298812a2b303c87a8573321af0941.tar gsoc2013-evolution-9b087b24979298812a2b303c87a8573321af0941.tar.gz gsoc2013-evolution-9b087b24979298812a2b303c87a8573321af0941.tar.bz2 gsoc2013-evolution-9b087b24979298812a2b303c87a8573321af0941.tar.lz gsoc2013-evolution-9b087b24979298812a2b303c87a8573321af0941.tar.xz gsoc2013-evolution-9b087b24979298812a2b303c87a8573321af0941.tar.zst gsoc2013-evolution-9b087b24979298812a2b303c87a8573321af0941.zip |
Fix #3382, shortcut bar crashes when checking mail, and all the
different incarnations involving updates to an shortcut bar having
shortcuts to non-existent folders. Also, this fixes #1643, shortcuts
not visible until you enable an IMAP account, and #2436,
i.e. misbehavior of shortcut groups when IMAP or invalid shortcuts are
involved.
svn path=/trunk/; revision=10583
Diffstat (limited to 'shell/ChangeLog')
-rw-r--r-- | shell/ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/shell/ChangeLog b/shell/ChangeLog index 8c33dd7dca..1f78da058f 100644 --- a/shell/ChangeLog +++ b/shell/ChangeLog @@ -1,3 +1,15 @@ +2001-06-28 Ettore Perazzoli <ettore@ximian.com> + + [Fix #3382, shortcut bar crashes when checking mail, and all the + different incarnations involving updates to an shortcut bar having + shortcuts to non-existent folders. Also, this fixes #1643, + shortcuts not visible until you enable an IMAP account, and #2436, + i.e. misbehavior of shortcut groups when IMAP or invalid shortcuts + are involved.] + + * e-shortcuts-view-model.c (load_group_into_model): Add the + shortcuts that point to folders that don't exist yet, too. + 2001-06-28 Dan Winship <danw@ximian.com> * e-storage.c (e_storage_new_folder): Call folder_changed_cb after |