diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2010-02-18 06:08:54 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@redhat.com> | 2010-02-18 06:08:54 +0800 |
commit | 8b407ec081c4489d08b42159e0799cfb9deb4ba2 (patch) | |
tree | 2ab8548b3934011cd052d5895306ba6d13cac26f | |
parent | df8b6db32ebe7e4ced4f43c86a0fb859a1defd21 (diff) | |
download | gsoc2013-evolution-8b407ec081c4489d08b42159e0799cfb9deb4ba2.tar.gz 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.
-rw-r--r-- | widgets/misc/e-selection-model.c | 1 |
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); |