[polari] joinDialog: Don't focus "Add Connection" button on click



commit 478131921e2117fbcefb3a6e3a4d536c66e4b797
Author: Florian Müllner <fmuellner gnome org>
Date:   Fri Feb 5 17:05:55 2016 +0100

    joinDialog: Don't focus "Add Connection" button on click
    
    Activating the button triggers a view switch that will hide it, so there's
    no point in moving the keybord focus there.

 data/resources/join-room-dialog.ui |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/data/resources/join-room-dialog.ui b/data/resources/join-room-dialog.ui
index 8cf808d..1d05de1 100644
--- a/data/resources/join-room-dialog.ui
+++ b/data/resources/join-room-dialog.ui
@@ -115,6 +115,7 @@
                     <property name="visible">True</property>
                     <property name="can_focus">True</property>
                     <property name="receives_default">True</property>
+                    <property name="focus-on-click">False</property>
                     <child>
                       <object class="GtkBox" id="box1">
                         <property name="visible">True</property>


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