aboutsummaryrefslogtreecommitdiffstats
path: root/mail/ChangeLog
diff options
context:
space:
mode:
authorJeffrey Stedfast <fejj@ximian.com>2003-12-03 04:57:23 +0800
committerJeffrey Stedfast <fejj@src.gnome.org>2003-12-03 04:57:23 +0800
commita0b2261343a7938b4c85f8659216b9df1c81769b (patch)
tree6303a197cee9b5efb0e4e24363de81b05470f456 /mail/ChangeLog
parent3db4f804fda057ff60bc019b3ce7082134eb80fc (diff)
downloadgsoc2013-evolution-a0b2261343a7938b4c85f8659216b9df1c81769b.tar
gsoc2013-evolution-a0b2261343a7938b4c85f8659216b9df1c81769b.tar.gz
gsoc2013-evolution-a0b2261343a7938b4c85f8659216b9df1c81769b.tar.bz2
gsoc2013-evolution-a0b2261343a7938b4c85f8659216b9df1c81769b.tar.lz
gsoc2013-evolution-a0b2261343a7938b4c85f8659216b9df1c81769b.tar.xz
gsoc2013-evolution-a0b2261343a7938b4c85f8659216b9df1c81769b.tar.zst
gsoc2013-evolution-a0b2261343a7938b4c85f8659216b9df1c81769b.zip
Connect to the loading row signal. (loading_row_cb): Expand the path if
2003-12-02 Jeffrey Stedfast <fejj@ximian.com> * em-folder-tree.c (em_folder_tree_new_with_model): Connect to the loading row signal. (loading_row_cb): Expand the path if needed. (em_folder_tree_destroy): Disconnect from the loading-row signal. * em-folder-tree-model.c (em_folder_tree_model_class_init): Define the loading-row signal. (em_folder_tree_model_set_folder_info): emit the loading-row signal. svn path=/trunk/; revision=23589
Diffstat (limited to 'mail/ChangeLog')
-rw-r--r--mail/ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog
index 8cdf28dcb1..9bb351e24a 100644
--- a/mail/ChangeLog
+++ b/mail/ChangeLog
@@ -1,5 +1,16 @@
2003-12-02 Jeffrey Stedfast <fejj@ximian.com>
+ * em-folder-tree.c (em_folder_tree_new_with_model): Connect to the
+ loading row signal.
+ (loading_row_cb): Expand the path if needed.
+ (em_folder_tree_destroy): Disconnect from the loading-row signal.
+
+ * em-folder-tree-model.c (em_folder_tree_model_class_init): Define
+ the loading-row signal.
+ (em_folder_tree_model_set_folder_info): emit the loading-row signal.
+
+2003-12-02 Jeffrey Stedfast <fejj@ximian.com>
+
* em-folder-tree.c (em_folder_tree_new): Fixed to pass the
evolution dir into em_folder_tree_model_new().
(model_save_state): Removed.