aboutsummaryrefslogtreecommitdiffstats
path: root/widgets/misc
diff options
context:
space:
mode:
authorMatthew Barnes <mbarnes@redhat.com>2010-02-18 06:08:54 +0800
committerMatthew Barnes <mbarnes@redhat.com>2010-02-18 06:08:54 +0800
commit8b407ec081c4489d08b42159e0799cfb9deb4ba2 (patch)
tree2ab8548b3934011cd052d5895306ba6d13cac26f /widgets/misc
parentdf8b6db32ebe7e4ced4f43c86a0fb859a1defd21 (diff)
downloadgsoc2013-evolution-8b407ec081c4489d08b42159e0799cfb9deb4ba2.tar
gsoc2013-evolution-8b407ec081c4489d08b42159e0799cfb9deb4ba2.tar.gz
gsoc2013-evolution-8b407ec081c4489d08b42159e0799cfb9deb4ba2.tar.bz2
gsoc2013-evolution-8b407ec081c4489d08b42159e0799cfb9deb4ba2.tar.lz
gsoc2013-evolution-8b407ec081c4489d08b42159e0799cfb9deb4ba2.tar.xz
gsoc2013-evolution-8b407ec081c4489d08b42159e0799cfb9deb4ba2.tar.zst
gsoc2013-evolution-8b407ec081c4489d08b42159e0799cfb9deb4ba2.zip
Revert "Bug 587014 - Magic space does not work as expected"
This reverts commit 2ee273db7c3175d323e55d87432961cfa94e8be1. That commit caused the side-effect reported in bug #610251.
Diffstat (limited to 'widgets/misc')
-rw-r--r--widgets/misc/e-selection-model.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/widgets/misc/e-selection-model.c b/widgets/misc/e-selection-model.c
index 46cf081584..bc858a4c34 100644
--- a/widgets/misc/e-selection-model.c
+++ b/widgets/misc/e-selection-model.c
@@ -614,6 +614,7 @@ e_selection_model_key_press (ESelectionModel *selection,
if (row == -1)
break;
+ e_selection_model_toggle_single_row (selection, row);
g_signal_emit(selection,
e_selection_model_signals[CURSOR_ACTIVATED], 0,
row, col);