aboutsummaryrefslogtreecommitdiffstats
path: root/widgets/table
diff options
context:
space:
mode:
authorMilan Crha <mcrha@redhat.com>2011-08-12 01:13:06 +0800
committerRodrigo Moya <rodrigo@gnome-db.org>2011-09-14 20:08:48 +0800
commitaa21f8d950b1d6e033f82c625bd30158caf517ab (patch)
tree934cf09ad29be14531ce8466fb318cdc6e78a227 /widgets/table
parent2c4398567cc49eea1ae142cf046c5ebfe3190ab5 (diff)
downloadgsoc2013-evolution-aa21f8d950b1d6e033f82c625bd30158caf517ab.tar
gsoc2013-evolution-aa21f8d950b1d6e033f82c625bd30158caf517ab.tar.gz
gsoc2013-evolution-aa21f8d950b1d6e033f82c625bd30158caf517ab.tar.bz2
gsoc2013-evolution-aa21f8d950b1d6e033f82c625bd30158caf517ab.tar.lz
gsoc2013-evolution-aa21f8d950b1d6e033f82c625bd30158caf517ab.tar.xz
gsoc2013-evolution-aa21f8d950b1d6e033f82c625bd30158caf517ab.tar.zst
gsoc2013-evolution-aa21f8d950b1d6e033f82c625bd30158caf517ab.zip
Bug #645476 - Message list unnecessarily scrolls back to selected row
Diffstat (limited to 'widgets/table')
-rw-r--r--widgets/table/e-tree.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/widgets/table/e-tree.c b/widgets/table/e-tree.c
index 25fdcc7e48..996a6b1e51 100644
--- a/widgets/table/e-tree.c
+++ b/widgets/table/e-tree.c
@@ -828,7 +828,6 @@ tree_canvas_size_allocate (GtkWidget *widget, GtkAllocation *alloc,
if (e_tree->priv->reflow_idle_id)
g_source_remove (e_tree->priv->reflow_idle_id);
tree_canvas_reflow_idle (e_tree);
- scroll_to_cursor (e_tree);
}
static void