aboutsummaryrefslogtreecommitdiffstats
path: root/mail/ChangeLog
diff options
context:
space:
mode:
authorJeffrey Stedfast <fejj@ximian.com>2002-06-19 04:49:16 +0800
committerJeffrey Stedfast <fejj@src.gnome.org>2002-06-19 04:49:16 +0800
commitc0f7c70b8a268748a3f6f05a8ecd3f1982258b90 (patch)
tree407943170273e3fa7f4ae5aa2932d3b00e5dccfa /mail/ChangeLog
parent01d1976e826cb72622eb997032d029d15992996b (diff)
downloadgsoc2013-evolution-c0f7c70b8a268748a3f6f05a8ecd3f1982258b90.tar
gsoc2013-evolution-c0f7c70b8a268748a3f6f05a8ecd3f1982258b90.tar.gz
gsoc2013-evolution-c0f7c70b8a268748a3f6f05a8ecd3f1982258b90.tar.bz2
gsoc2013-evolution-c0f7c70b8a268748a3f6f05a8ecd3f1982258b90.tar.lz
gsoc2013-evolution-c0f7c70b8a268748a3f6f05a8ecd3f1982258b90.tar.xz
gsoc2013-evolution-c0f7c70b8a268748a3f6f05a8ecd3f1982258b90.tar.zst
gsoc2013-evolution-c0f7c70b8a268748a3f6f05a8ecd3f1982258b90.zip
New convenience function to find the first parent node that is visible and
2002-06-18 Jeffrey Stedfast <fejj@ximian.com> * message-list.c (message_list_change_first_visible_parent): New convenience function to find the first parent node that is visible and emit a changed signal on it. (main_folder_changed): If a message changed, call change_first_visible_parent() in case we are in a collapsed thread so that our first visible parent gets updated as well. Fixes bug #26263. * component-factory.c (storage_remove_folder): Simplify the error checking. svn path=/trunk/; revision=17228
Diffstat (limited to 'mail/ChangeLog')
-rw-r--r--mail/ChangeLog13
1 files changed, 13 insertions, 0 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog
index be51adaa64..e996c29a68 100644
--- a/mail/ChangeLog
+++ b/mail/ChangeLog
@@ -1,3 +1,16 @@
+2002-06-18 Jeffrey Stedfast <fejj@ximian.com>
+
+ * message-list.c (message_list_change_first_visible_parent): New
+ convenience function to find the first parent node that is visible
+ and emit a changed signal on it.
+ (main_folder_changed): If a message changed, call
+ change_first_visible_parent() in case we are in a collapsed thread
+ so that our first visible parent gets updated as well. Fixes bug
+ #26263.
+
+ * component-factory.c (storage_remove_folder): Simplify the error
+ checking.
+
2002-06-17 Jeffrey Stedfast <fejj@ximian.com>
* message-list.c (get_normalised_string): New convenience function