[dconf-editor] Disable focus-on-click for PathBarItem.



commit 615649b64e6a9ebff0a273a8f4c000772e602b69
Author: Arnaud Bonatti <arnaud bonatti gmail com>
Date:   Fri Sep 23 00:38:58 2016 +0200

    Disable focus-on-click for PathBarItem.
    
    Fixing the only difference between the root button and the others.
    https://bugzilla.gnome.org/show_bug.cgi?id=771831 bug #2

 editor/pathbar-item.ui |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/editor/pathbar-item.ui b/editor/pathbar-item.ui
index fc2177e..47b76c2 100644
--- a/editor/pathbar-item.ui
+++ b/editor/pathbar-item.ui
@@ -2,6 +2,7 @@
 <interface>
   <!-- interface-requires gtk+ 3.0 -->
   <template class="PathBarItem" parent="GtkButton">
+    <property name="focus-on-click">False</property>
     <child>
       <object class="GtkLabel" id="text_label">
         <property name="visible">True</property>


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