aboutsummaryrefslogtreecommitdiffstats
path: root/addressbook/gui/contact-editor/e-contact-editor-fullname.c
diff options
context:
space:
mode:
authorMichael Ekstrand <michael@elehack.net>2013-12-07 05:56:44 +0800
committerMatthew Barnes <mbarnes@redhat.com>2013-12-07 05:57:24 +0800
commit7e2b63503fe415ef1d2d745b82f6fe3269fb52e3 (patch)
treeaf4a50507c2d8f10e3f75e96a8886a44b83cec32 /addressbook/gui/contact-editor/e-contact-editor-fullname.c
parentee7ecd7ebf20fcd7c09a95ce44ff2ef9abe2c124 (diff)
downloadgsoc2013-evolution-7e2b63503fe415ef1d2d745b82f6fe3269fb52e3.tar
gsoc2013-evolution-7e2b63503fe415ef1d2d745b82f6fe3269fb52e3.tar.gz
gsoc2013-evolution-7e2b63503fe415ef1d2d745b82f6fe3269fb52e3.tar.bz2
gsoc2013-evolution-7e2b63503fe415ef1d2d745b82f6fe3269fb52e3.tar.lz
gsoc2013-evolution-7e2b63503fe415ef1d2d745b82f6fe3269fb52e3.tar.xz
gsoc2013-evolution-7e2b63503fe415ef1d2d745b82f6fe3269fb52e3.tar.zst
gsoc2013-evolution-7e2b63503fe415ef1d2d745b82f6fe3269fb52e3.zip
Bug 715067 - <Enter> does not save in the full name editor
Diffstat (limited to 'addressbook/gui/contact-editor/e-contact-editor-fullname.c')
-rw-r--r--addressbook/gui/contact-editor/e-contact-editor-fullname.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/addressbook/gui/contact-editor/e-contact-editor-fullname.c b/addressbook/gui/contact-editor/e-contact-editor-fullname.c
index 4777091128..de71f2ead7 100644
--- a/addressbook/gui/contact-editor/e-contact-editor-fullname.c
+++ b/addressbook/gui/contact-editor/e-contact-editor-fullname.c
@@ -244,6 +244,8 @@ e_contact_editor_fullname_init (EContactEditorFullname *e_contact_editor_fullnam
gtk_box_pack_start (GTK_BOX (content_area), widget, TRUE, TRUE, 0);
g_object_unref (widget);
+ gtk_dialog_set_default_response (dialog, GTK_RESPONSE_OK);
+
gtk_window_set_icon_name (
GTK_WINDOW (e_contact_editor_fullname), "contact-new");
}