From 176a9fed3f97941eebbb56e6cd2a8d977e084ad4 Mon Sep 17 00:00:00 2001 From: Rodney Dawes Date: Mon, 21 Jun 2004 21:10:47 +0000 Subject: Fixes #56892 2004-06-21 Rodney Dawes Fixes #56892 * gui/dialogs/select-source-dialog.c (row_activated_cb): Add this callback to activate the OK button when we double-click or press the Enter key on a row (select_source_dialog): Change the default size to be reasonable Use ensure_style instead of realize on the dialog Set the default response for the dialog to OK Fix the packing of the group label to not have extraneous padding Connect up the callback for row_activated svn path=/trunk/; revision=26444 --- calendar/ChangeLog | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'calendar/ChangeLog') diff --git a/calendar/ChangeLog b/calendar/ChangeLog index 3cc38c39f1..f5e8712f6e 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,3 +1,16 @@ +2004-06-21 Rodney Dawes + + Fixes #56892 + + * gui/dialogs/select-source-dialog.c (row_activated_cb): Add this + callback to activate the OK button when we double-click or press + the Enter key on a row + (select_source_dialog): Change the default size to be reasonable + Use ensure_style instead of realize on the dialog + Set the default response for the dialog to OK + Fix the packing of the group label to not have extraneous padding + Connect up the callback for row_activated + 2004-06-18 Jeffrey Stedfast Fixes bug #57592 -- cgit