[PATCH] - deleting an item moves the focus wrongly when using the icon view
- From: "Nelson Benítez León" <nbenitezl gmail com>
- To: Nautilus <nautilus-list gnome org>
- Subject: [PATCH] - deleting an item moves the focus wrongly when using the icon view
- Date: Fri, 27 Jun 2008 09:50:22 +0200
Hi, I've posted a patch to fix this keyboard nav issue[1].
[1]
http://bugzilla.gnome.org/show_bug.cgi?id=540107
Index: libnautilus-private/nautilus-icon-container.c
===================================================================
--- libnautilus-private/nautilus-icon-container.c (revisión: 14183)
+++ libnautilus-private/nautilus-icon-container.c (copia de trabajo)
@@ -3276,6 +3276,10 @@ keyboard_arrow_key (NautilusIconContaine
better_destination_fallback_if_no_a11y,
&data);
}
+
+ if (to == NULL) {
+ to = from;
+ }
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]