From 5aeb8fd585ec785dbb5256beef33b7779b0e71c4 Mon Sep 17 00:00:00 2001 From: Jason Leach Date: Tue, 7 Aug 2001 17:34:23 +0000 Subject: Make the OK button the keyboard default instead of Cancel. Bug #4942. 2001-08-07 Jason Leach * gui/component/select-names/e-select-names.c (e_select_names_init): Make the OK button the keyboard default instead of Cancel. Bug #4942. svn path=/trunk/; revision=11732 --- addressbook/ChangeLog | 6 ++++++ addressbook/gui/component/select-names/e-select-names.c | 1 + 2 files changed, 7 insertions(+) diff --git a/addressbook/ChangeLog b/addressbook/ChangeLog index 1e43ef8631..ac88e2d43d 100644 --- a/addressbook/ChangeLog +++ b/addressbook/ChangeLog @@ -1,3 +1,9 @@ +2001-08-07 Jason Leach + + * gui/component/select-names/e-select-names.c + (e_select_names_init): Make the OK button the keyboard default + instead of Cancel. Bug #4942. + 2001-08-06 Radek Doulik * backend/ebook/e-book.c (e_book_op_free): new EBookOp destructor diff --git a/addressbook/gui/component/select-names/e-select-names.c b/addressbook/gui/component/select-names/e-select-names.c index f1463f0020..23e660f9ee 100644 --- a/addressbook/gui/component/select-names/e-select-names.c +++ b/addressbook/gui/component/select-names/e-select-names.c @@ -479,6 +479,7 @@ e_select_names_init (ESelectNames *e_select_names) GNOME_STOCK_BUTTON_OK, GNOME_STOCK_BUTTON_CANCEL, NULL); + gnome_dialog_set_default(GNOME_DIALOG(e_select_names), 0); gtk_window_set_policy(GTK_WINDOW(e_select_names), FALSE, TRUE, FALSE); -- cgit v1.2.3