[gnome-control-center] screen: Make notification checkbox focusable



commit 1db660c410769930eef6d043e36e3e13f4267a96
Author: Matthias Clasen <mclasen redhat com>
Date:   Thu Sep 13 00:40:32 2012 -0400

    screen: Make notification checkbox focusable
    
    This was certainly just an oversight, but it makes the
    checkbox essentially nonaccessible.

 panels/screen/screen.ui |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/panels/screen/screen.ui b/panels/screen/screen.ui
index eabd587..0c8a1c0 100644
--- a/panels/screen/screen.ui
+++ b/panels/screen/screen.ui
@@ -345,7 +345,7 @@
                             <child>
                               <object class="GtkCheckButton" id="show_notifications_check">
                                 <property name="visible">True</property>
-                                <property name="can_focus">False</property>
+                                <property name="can_focus">True</property>
                                 <property name="xalign">0</property>
                                 <property name="label" translatable="yes">Show _notifications when locked</property>
                                 <property name="use_underline">True</property>



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