[nautilus] Revert "nautilus-properties-window: make owner value insensitive"



commit f1a6098df29c54dc18590eca9f09dec8128642ae
Author: Carlos Soriano <csoriano gnome org>
Date:   Wed Feb 4 18:03:41 2015 +0100

    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+.

 src/nautilus-properties-window.c |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)
---
diff --git a/src/nautilus-properties-window.c b/src/nautilus-properties-window.c
index a342b58..4ad4d8b 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) {


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