diff options
author | Chenthill Palanisamy <pchen@src.gnome.org> | 2005-08-12 21:55:51 +0800 |
---|---|---|
committer | Chenthill Palanisamy <pchen@src.gnome.org> | 2005-08-12 21:55:51 +0800 |
commit | fe93bc962abd19cda49da538d3a73944e4eec065 (patch) | |
tree | 056251edf2eedd3033535e2a97293cb795e11ecb /calendar/ChangeLog | |
parent | 94940da704bacc6d18ab1674a4f473beacdf2b03 (diff) | |
download | gsoc2013-evolution-fe93bc962abd19cda49da538d3a73944e4eec065.tar gsoc2013-evolution-fe93bc962abd19cda49da538d3a73944e4eec065.tar.gz gsoc2013-evolution-fe93bc962abd19cda49da538d3a73944e4eec065.tar.bz2 gsoc2013-evolution-fe93bc962abd19cda49da538d3a73944e4eec065.tar.lz gsoc2013-evolution-fe93bc962abd19cda49da538d3a73944e4eec065.tar.xz gsoc2013-evolution-fe93bc962abd19cda49da538d3a73944e4eec065.tar.zst gsoc2013-evolution-fe93bc962abd19cda49da538d3a73944e4eec065.zip |
Fixes #310338
svn path=/trunk/; revision=30097
Diffstat (limited to 'calendar/ChangeLog')
-rw-r--r-- | calendar/ChangeLog | 15 |
1 files changed, 14 insertions, 1 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog index b1843f6cfc..5c5211afad 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,3 +1,17 @@ +2005-08-12 Viren.L <lviren@novell.com> + + Fixes #310338 + * gui/alarm-notify-dialog.c:(notified_alarms_dialog_new), + (edit_pressed_cb),(snooze_pressed_cb),(dialog_response_cb): + Get the widget and connected "pressed" signal. + Removed AN_ALARM_EDIT and AN_ALARM_SNOOZE enums. + Removed check of these enums in dialog_response_cb and + moved the code to it's associated call backs. + * gui/alarm-notify/alarm-notify.glade: + Changed the button name to button-edit and button-snooze. + * gui/comp-editor-factory.c: (edit_existing): + Added CompEditorFlags and used to invoke event_editor_new. + 2005-08-11 Carsten Guenther <carsten.guenther@scalix.com> * gui/dialogs/comp-editor.c: (get_attachment_list), @@ -7,7 +21,6 @@ (set_attachment_list): Fixed how mime filename gets extracted from attachments pathname. - 2005-08-10 Tor Lillqvist <tml@novell.com> * importers/Makefile.am: Use privsolib instead of privlib (they |