aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMilan Crha <mcrha@redhat.com>2011-08-12 01:14:01 +0800
committerMilan Crha <mcrha@redhat.com>2011-08-12 01:14:01 +0800
commit8dab73ab0173a83a0ff052a89d2117f9df54dee8 (patch)
tree2b9dfc0147b16d52bb58cc7aaeadc52553b71039
parentba697fd458c75466035f65338d61d518eb465d97 (diff)
downloadgsoc2013-evolution-8dab73ab0173a83a0ff052a89d2117f9df54dee8.tar
gsoc2013-evolution-8dab73ab0173a83a0ff052a89d2117f9df54dee8.tar.gz
gsoc2013-evolution-8dab73ab0173a83a0ff052a89d2117f9df54dee8.tar.bz2
gsoc2013-evolution-8dab73ab0173a83a0ff052a89d2117f9df54dee8.tar.lz
gsoc2013-evolution-8dab73ab0173a83a0ff052a89d2117f9df54dee8.tar.xz
gsoc2013-evolution-8dab73ab0173a83a0ff052a89d2117f9df54dee8.tar.zst
gsoc2013-evolution-8dab73ab0173a83a0ff052a89d2117f9df54dee8.zip
Bug #645476 - Message list unnecessarily scrolls back to selected row
-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 040881c857..0a1d61fdd7 100644
--- a/widgets/table/e-tree.c
+++ b/widgets/table/e-tree.c
@@ -826,7 +826,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