[gnome-contacts] editor: Set GtkInputPurpose.Name for name_entry



commit 8f765d94df286c8381aa2349aaa43043f6963443
Author: Niels De Graef <nielsdegraef gmail com>
Date:   Fri May 22 16:25:57 2020 +0200

    editor: Set GtkInputPurpose.Name for name_entry

 src/contacts-contact-editor.vala | 1 +
 1 file changed, 1 insertion(+)
---
diff --git a/src/contacts-contact-editor.vala b/src/contacts-contact-editor.vala
index c73da5d..22b35bb 100644
--- a/src/contacts-contact-editor.vala
+++ b/src/contacts-contact-editor.vala
@@ -69,6 +69,7 @@ public class Contacts.ContactEditor : Box {
     this.name_entry = new Entry ();
     this.name_entry.hexpand = true;
     this.name_entry.valign = Align.CENTER;
+    this.name_entry.input_purpose = Gtk.InputPurpose.NAME;
     this.name_entry.placeholder_text = _("Add name");
 
     // Get primary persona from this.individual


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