[gnome-builder] command-bar: fix focus warnings on startup



commit d8c5b9b0fdedd161421ddfc58b03cb39471524cc
Author: Christian Hergert <christian hergert me>
Date:   Sun Oct 12 17:13:51 2014 -0400

    command-bar: fix focus warnings on startup

 src/resources/ui/gb-command-bar.ui |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)
---
diff --git a/src/resources/ui/gb-command-bar.ui b/src/resources/ui/gb-command-bar.ui
index b1c341b..386b43f 100644
--- a/src/resources/ui/gb-command-bar.ui
+++ b/src/resources/ui/gb-command-bar.ui
@@ -4,7 +4,7 @@
   <template class="GbCommandBar" parent="GtkRevealer">
     <property name="visible">True</property>
     <property name="reveal-child">False</property>
-    <property name="can-focus">True</property>
+    <property name="can-focus">False</property>
     <child>
       <object class="GtkFrame" id="frame">
         <property name="visible">True</property>
@@ -16,7 +16,6 @@
         <child>
           <object class="GtkBox" id="vbox1">
             <property name="visible">True</property>
-            <property name="can-focus">False</property>
             <property name="orientation">vertical</property>
             <child>
               <object class="GtkScrolledWindow" id="scroller">


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