aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/ChangeLog
diff options
context:
space:
mode:
authorRodney Dawes <dobey@novell.com>2004-06-22 05:10:47 +0800
committerRodney Dawes <dobey@src.gnome.org>2004-06-22 05:10:47 +0800
commit176a9fed3f97941eebbb56e6cd2a8d977e084ad4 (patch)
tree4c8e98cecbef3825973e87990e06a46573f74aba /calendar/ChangeLog
parent0730f269f01a5ecd12eaa465d0fd05ca4e5589ba (diff)
downloadgsoc2013-evolution-176a9fed3f97941eebbb56e6cd2a8d977e084ad4.tar
gsoc2013-evolution-176a9fed3f97941eebbb56e6cd2a8d977e084ad4.tar.gz
gsoc2013-evolution-176a9fed3f97941eebbb56e6cd2a8d977e084ad4.tar.bz2
gsoc2013-evolution-176a9fed3f97941eebbb56e6cd2a8d977e084ad4.tar.lz
gsoc2013-evolution-176a9fed3f97941eebbb56e6cd2a8d977e084ad4.tar.xz
gsoc2013-evolution-176a9fed3f97941eebbb56e6cd2a8d977e084ad4.tar.zst
gsoc2013-evolution-176a9fed3f97941eebbb56e6cd2a8d977e084ad4.zip
Fixes #56892
2004-06-21 Rodney Dawes <dobey@novell.com> 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
Diffstat (limited to 'calendar/ChangeLog')
-rw-r--r--calendar/ChangeLog13
1 files changed, 13 insertions, 0 deletions
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 <dobey@novell.com>
+
+ 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 <fejj@novell.com>
Fixes bug #57592