gnunet-svn
[Top][All Lists]
Advanced

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

[taler-anastasis-gtk] branch master updated: make OK button take default


From: gnunet
Subject: [taler-anastasis-gtk] branch master updated: make OK button take default action
Date: Sun, 28 Mar 2021 21:33:45 +0200

This is an automated email from the git hooks/post-receive script.

grothoff pushed a commit to branch master
in repository anastasis-gtk.

The following commit(s) were added to refs/heads/master by this push:
     new d5267d7  make OK button take default action
d5267d7 is described below

commit d5267d7d0b2eabf7954a15fddfd0770ba2788cc0
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Sun Mar 28 21:33:43 2021 +0200

    make OK button take default action
---
 contrib/anastasis_gtk_auth_add_email.glade    | 2 ++
 contrib/anastasis_gtk_auth_add_question.glade | 2 ++
 2 files changed, 4 insertions(+)

diff --git a/contrib/anastasis_gtk_auth_add_email.glade 
b/contrib/anastasis_gtk_auth_add_email.glade
index c78b154..1a19e2b 100644
--- a/contrib/anastasis_gtk_auth_add_email.glade
+++ b/contrib/anastasis_gtk_auth_add_email.glade
@@ -36,6 +36,8 @@
                 <property name="sensitive">False</property>
                 <property name="can-focus">True</property>
                 <property name="has-focus">True</property>
+                <property name="can-default">True</property>
+                <property name="has-default">True</property>
                 <property name="receives-default">True</property>
                 <property name="use-stock">True</property>
               </object>
diff --git a/contrib/anastasis_gtk_auth_add_question.glade 
b/contrib/anastasis_gtk_auth_add_question.glade
index b04203c..adc8d02 100644
--- a/contrib/anastasis_gtk_auth_add_question.glade
+++ b/contrib/anastasis_gtk_auth_add_question.glade
@@ -34,6 +34,8 @@
                 <property name="visible">True</property>
                 <property name="sensitive">False</property>
                 <property name="can-focus">False</property>
+                <property name="can-default">True</property>
+                <property name="has-default">True</property>
                 <property name="receives-default">True</property>
               </object>
               <packing>

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]