diff options
author | Rodrigo Moya <rodrigo@ximian.com> | 2004-03-04 23:49:36 +0800 |
---|---|---|
committer | Rodrigo Moya <rodrigo@src.gnome.org> | 2004-03-04 23:49:36 +0800 |
commit | 40a30cb188b91b331adb9da07820e684f2ae8a12 (patch) | |
tree | f913bb36939c3cd6def5e1cb8593a57e61d92d01 /calendar/ChangeLog | |
parent | 8848b03cbf555ec3a67eaad42fa20b6f225312f7 (diff) | |
download | gsoc2013-evolution-40a30cb188b91b331adb9da07820e684f2ae8a12.tar gsoc2013-evolution-40a30cb188b91b331adb9da07820e684f2ae8a12.tar.gz gsoc2013-evolution-40a30cb188b91b331adb9da07820e684f2ae8a12.tar.bz2 gsoc2013-evolution-40a30cb188b91b331adb9da07820e684f2ae8a12.tar.lz gsoc2013-evolution-40a30cb188b91b331adb9da07820e684f2ae8a12.tar.xz gsoc2013-evolution-40a30cb188b91b331adb9da07820e684f2ae8a12.tar.zst gsoc2013-evolution-40a30cb188b91b331adb9da07820e684f2ae8a12.zip |
always add the page.
2004-03-04 Rodrigo Moya <rodrigo@ximian.com>
* gui/dialogs/comp-editor.c (comp_editor_append_page): always add
the page.
* gui/dialogs/event-page.c (event_page_fill_widgets): continue filling
up all other fields even if there are missing ones, and return the
validation result.
svn path=/trunk/; revision=24965
Diffstat (limited to 'calendar/ChangeLog')
-rw-r--r-- | calendar/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog index 6a04d05ee0..d0d821dc6a 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,5 +1,14 @@ 2004-03-04 Rodrigo Moya <rodrigo@ximian.com> + * gui/dialogs/comp-editor.c (comp_editor_append_page): always add + the page. + + * gui/dialogs/event-page.c (event_page_fill_widgets): continue filling + up all other fields even if there are missing ones, and return the + validation result. + +2004-03-04 Rodrigo Moya <rodrigo@ximian.com> + * gui/alarm-notify/alarm-notify-dialog.c (alarm_notify_dialog): don't make the dialog window sticky, the icon on the system tray already shows in all workspaces. |