aboutsummaryrefslogtreecommitdiffstats
path: root/mail/message-list.c
diff options
context:
space:
mode:
authorMilan Crha <mcrha@redhat.com>2010-02-11 01:27:35 +0800
committerMilan Crha <mcrha@redhat.com>2010-02-11 01:27:35 +0800
commit62a56d5d8f66fe0e47b6a2cda9be8e227922a29a (patch)
tree541a5d045bdf04b66ab8762ce06c0a8c0b82ceee /mail/message-list.c
parent1040078ce60b4641e5a3cdad6a2cef14660e63a3 (diff)
downloadgsoc2013-evolution-62a56d5d8f66fe0e47b6a2cda9be8e227922a29a.tar
gsoc2013-evolution-62a56d5d8f66fe0e47b6a2cda9be8e227922a29a.tar.gz
gsoc2013-evolution-62a56d5d8f66fe0e47b6a2cda9be8e227922a29a.tar.bz2
gsoc2013-evolution-62a56d5d8f66fe0e47b6a2cda9be8e227922a29a.tar.lz
gsoc2013-evolution-62a56d5d8f66fe0e47b6a2cda9be8e227922a29a.tar.xz
gsoc2013-evolution-62a56d5d8f66fe0e47b6a2cda9be8e227922a29a.tar.zst
gsoc2013-evolution-62a56d5d8f66fe0e47b6a2cda9be8e227922a29a.zip
Bug #593700 - Opens folder on top
Diffstat (limited to 'mail/message-list.c')
-rw-r--r--mail/message-list.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/mail/message-list.c b/mail/message-list.c
index 78709e1449..277b116019 100644
--- a/mail/message-list.c
+++ b/mail/message-list.c
@@ -4645,6 +4645,8 @@ regen_list_done (struct _regen_list_msg *m)
tree = E_TREE (m->ml);
+ e_tree_show_cursor_after_reflow (tree);
+
g_signal_handlers_block_by_func (e_tree_get_table_adapter (tree), ml_tree_sorting_changed, m->ml);
e_profile_event_emit("list.buildtree", m->folder->full_name, 0);