[evolution] Revert "Bug 587014 - Magic space does not work as expected"



commit 8b407ec081c4489d08b42159e0799cfb9deb4ba2
Author: Matthew Barnes <mbarnes redhat com>
Date:   Wed Feb 17 17:08:54 2010 -0500

    Revert "Bug 587014 - Magic space does not work as expected"
    
    This reverts commit 2ee273db7c3175d323e55d87432961cfa94e8be1.
    
    That commit caused the side-effect reported in bug #610251.

 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 46cf081..bc858a4 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);



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]