summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarlos Soriano <csoriano@gnome.org>2015-02-04 18:03:41 +0100
committerCarlos Soriano <csoriano@gnome.org>2015-02-04 18:03:41 +0100
commitf1a6098df29c54dc18590eca9f09dec8128642ae (patch)
tree189ea037cc6f3955055fd3c8896b50546ce4def1
parent814abf233aaa86b1b2dbba3336c7248811270f1e (diff)
downloadnautilus-f1a6098df29c54dc18590eca9f09dec8128642ae.tar.gz
Revert "nautilus-properties-window: make owner value insensitive"
This reverts commit 91bb18fe23dd12f31bb63d702c6b5cb31670649f. It needs to be sensitive so it's focusable and selectable for users and for A11y. gtk+ selects automatically the label on focusing the tab, so for fixing it we will need to do some tricks that would probably better be fixed/discussed inside gtk+.
-rw-r--r--src/nautilus-properties-window.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/nautilus-properties-window.c b/src/nautilus-properties-window.c
index a342b589f..4ad4d8b4d 100644
--- a/src/nautilus-properties-window.c
+++ b/src/nautilus-properties-window.c
@@ -3935,7 +3935,6 @@ create_simple_permissions (NautilusPropertiesWindow *window, GtkGrid *page_grid)
"owner",
INCONSISTENT_STATE_STRING,
FALSE);
- gtk_widget_set_sensitive (GTK_WIDGET (value), FALSE);
gtk_label_set_mnemonic_widget (owner_label, value);
}
if (has_directory && has_file) {