[evolution] Bug 779688 - Category Properties dialogue doesn't active default widget
- From: Milan Crha <mcrha src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [evolution] Bug 779688 - Category Properties dialogue doesn't active default widget
- Date: Wed, 8 Mar 2017 07:51:44 +0000 (UTC)
commit c943fd2891badcaee251deb4466bb0552d0b2b3d
Author: Milan Crha <mcrha redhat com>
Date: Wed Mar 8 08:49:59 2017 +0100
Bug 779688 - Category Properties dialogue doesn't active default widget
src/e-util/e-category-editor.c | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/src/e-util/e-category-editor.c b/src/e-util/e-category-editor.c
index 746bc2c..1097279 100644
--- a/src/e-util/e-category-editor.c
+++ b/src/e-util/e-category-editor.c
@@ -175,6 +175,7 @@ e_category_editor_init (ECategoryEditor *editor)
gtk_grid_attach (grid_category_properties, label_name, 0, 0, 1, 1);
category_name = gtk_entry_new ();
+ gtk_entry_set_activates_default (GTK_ENTRY (category_name), TRUE);
gtk_widget_set_hexpand (category_name, TRUE);
gtk_widget_set_halign (category_name, GTK_ALIGN_FILL);
gtk_label_set_mnemonic_widget (GTK_LABEL (label_name), category_name);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]