[Xfce4-commits] [xfce/xfce4-session] 05/08: Enable keypress response to session creation

noreply at xfce.org noreply at xfce.org
Mon May 13 22:10:44 CEST 2019


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

o   c   h   o   s   i       p   u   s   h   e   d       a       c   o   m   m   i   t       t   o       b   r   a   n   c   h       m   a   s   t   e   r   
   in repository xfce/xfce4-session.

commit 08468d555a74fa8c3a23bea48b9b76cbaa043f8f
Author: Simon Steinbeiss <simon.steinbeiss at elfenbeinturm.at>
Date:   Sun May 12 22:30:39 2019 +0200

    Enable keypress response to session creation
---
 xfce4-session/xfsm-manager.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/xfce4-session/xfsm-manager.c b/xfce4-session/xfsm-manager.c
index 3d12e2f..ea9a0e9 100644
--- a/xfce4-session/xfsm-manager.c
+++ b/xfce4-session/xfsm-manager.c
@@ -697,6 +697,7 @@ again:
           gtk_style_context_add_class (gtk_widget_get_style_context (button), "suggested-action");
 
           entry = gtk_entry_new ();
+          gtk_entry_set_activates_default (GTK_ENTRY (entry), TRUE);
           gtk_box_pack_start (GTK_BOX (gtk_dialog_get_content_area (GTK_DIALOG (dialog))),
                               entry, TRUE, TRUE, 6);
           gtk_widget_show (entry);

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Xfce4-commits mailing list