diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2014-02-16 22:36:49 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@redhat.com> | 2014-03-03 08:36:01 +0800 |
commit | c53fbc0b8f3b98827d6816a627bdd4d467b84f74 (patch) | |
tree | 10eb8683b6d413f9ae6946dcaf303c29027a84ef /e-util/e-tree.c | |
parent | 1e3d8b5c68754c377c54423f1fb9a322eb3ec9e8 (diff) | |
download | gsoc2013-evolution-c53fbc0b8f3b98827d6816a627bdd4d467b84f74.tar gsoc2013-evolution-c53fbc0b8f3b98827d6816a627bdd4d467b84f74.tar.gz gsoc2013-evolution-c53fbc0b8f3b98827d6816a627bdd4d467b84f74.tar.bz2 gsoc2013-evolution-c53fbc0b8f3b98827d6816a627bdd4d467b84f74.tar.lz gsoc2013-evolution-c53fbc0b8f3b98827d6816a627bdd4d467b84f74.tar.xz gsoc2013-evolution-c53fbc0b8f3b98827d6816a627bdd4d467b84f74.tar.zst gsoc2013-evolution-c53fbc0b8f3b98827d6816a627bdd4d467b84f74.zip |
Miscellaneous cleanups.
Diffstat (limited to 'e-util/e-tree.c')
-rw-r--r-- | e-util/e-tree.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/e-util/e-tree.c b/e-util/e-tree.c index 8c5744d093..fbcdbe91f2 100644 --- a/e-util/e-tree.c +++ b/e-util/e-tree.c @@ -2595,9 +2595,9 @@ context_destroyed (gpointer data, { ETree *tree = data; if (tree->priv) { - tree->priv->last_drop_x = 0; - tree->priv->last_drop_y = 0; - tree->priv->last_drop_time = 0; + tree->priv->last_drop_x = 0; + tree->priv->last_drop_y = 0; + tree->priv->last_drop_time = 0; tree->priv->last_drop_context = NULL; collapse_drag (tree, NULL); scroll_off (tree); |