[evolution] EContactEditorFullname: Use a header bar as title bar



commit f6b903e949916c34f60aa30264173bec0178e179
Author: Cédric Bellegarde <cedric bellegarde adishatz org>
Date:   Sat Jun 11 12:23:57 2022 +0200

    EContactEditorFullname: Use a header bar as title bar

 src/addressbook/gui/contact-editor/e-contact-editor-fullname.c | 1 +
 1 file changed, 1 insertion(+)
---
diff --git a/src/addressbook/gui/contact-editor/e-contact-editor-fullname.c 
b/src/addressbook/gui/contact-editor/e-contact-editor-fullname.c
index 489f020e34..08fb26e907 100644
--- a/src/addressbook/gui/contact-editor/e-contact-editor-fullname.c
+++ b/src/addressbook/gui/contact-editor/e-contact-editor-fullname.c
@@ -244,6 +244,7 @@ e_contact_editor_fullname_new (GtkWindow *parent,
 {
        GtkWidget *widget = g_object_new (E_TYPE_CONTACT_EDITOR_FULLNAME,
                "transient-for", parent,
+               "use-header-bar", TRUE,
                NULL);
 
        g_object_set (


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