diff options
author | Jeffrey Stedfast <fejj@ximian.com> | 2003-12-03 04:57:23 +0800 |
---|---|---|
committer | Jeffrey Stedfast <fejj@src.gnome.org> | 2003-12-03 04:57:23 +0800 |
commit | a0b2261343a7938b4c85f8659216b9df1c81769b (patch) | |
tree | 6303a197cee9b5efb0e4e24363de81b05470f456 /mail/ChangeLog | |
parent | 3db4f804fda057ff60bc019b3ce7082134eb80fc (diff) | |
download | gsoc2013-evolution-a0b2261343a7938b4c85f8659216b9df1c81769b.tar.gz 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/ChangeLog | 11 |
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. |