summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorChristian Neumair <cneumair@gnome.org>2008-04-26 22:34:37 +0000
committerChristian Neumair <cneumair@src.gnome.org>2008-04-26 22:34:37 +0000
commita6f7e3a2635deeda332e1759440d8398bea0dae3 (patch)
treeef8c82a8f58f9f2a618eb0f12fc61662f26b9e9b /ChangeLog
parentd3050ae8daf6e8b9bee6d98cb8bf480691be3cd5 (diff)
downloadnautilus-a6f7e3a2635deeda332e1759440d8398bea0dae3.tar.gz
Properly handle selection changes when using keyboard navigation. We did
2008-04-27 Christian Neumair <cneumair@gnome.org> * libnautilus-private/nautilus-icon-container.c (emit_atk_focus_tracker_notify), (set_keyboard_focus), (select_range), (select_one_unselect_others), (rubberband_select), (keyboard_move_to): Properly handle selection changes when using keyboard navigation. We did not emit a "selection-change" signal when keyboard rubberbanding was used, and all except one icon were deselected. Fixes #509432. Thanks to Paweł Paprota. svn path=/trunk/; revision=14092
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 1b4bfd7fb..243688252 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,14 @@
+2008-04-27 Christian Neumair <cneumair@gnome.org>
+
+ * libnautilus-private/nautilus-icon-container.c
+ (emit_atk_focus_tracker_notify), (set_keyboard_focus),
+ (select_range), (select_one_unselect_others), (rubberband_select),
+ (keyboard_move_to):
+ Properly handle selection changes when using keyboard navigation. We
+ did not emit a "selection-change" signal when keyboard rubberbanding
+ was used, and all except one icon were deselected. Fixes #509432.
+ Thanks to Paweł Paprota.
+
2008-04-24 Cosimo Cecchi <cosimoc@gnome.org>
* src/file-manager/fm-list-view.c: (key_press_callback):