diff options
author | JP Rosevear <jpr@novell.com> | 2004-06-26 01:35:55 +0800 |
---|---|---|
committer | JP Rosevear <jpr@src.gnome.org> | 2004-06-26 01:35:55 +0800 |
commit | 6a4275e077299ac5e9ea8bed23787ae73c73043a (patch) | |
tree | 23f49ff3a63c45a38ae1f1b6aad6107e34798be9 /calendar/ChangeLog | |
parent | 71bd5f404a73118c52c8c3a149b1984083a48c62 (diff) | |
download | gsoc2013-evolution-6a4275e077299ac5e9ea8bed23787ae73c73043a.tar.gz gsoc2013-evolution-6a4275e077299ac5e9ea8bed23787ae73c73043a.tar.zst gsoc2013-evolution-6a4275e077299ac5e9ea8bed23787ae73c73043a.zip |
use "Contacts..."
2004-06-25 JP Rosevear <jpr@novell.com>
* gui/dialogs/e-delegate-dialog.glade: use "Contacts..."
* gui/dialogs/alarm-dialog.glade: add custom message email toggle
* gui/dialogs/alarm-dialog.c (get_widgets): get custom email
message toggle
(check_custom_email): check the custom message when setting
sensitivity of OK button
(malarm_message_toggled_cb): check custom email
(malarm_description_changed_cb): ditto
(action_selection_done_cb): ditto
svn path=/trunk/; revision=26517
Diffstat (limited to 'calendar/ChangeLog')
-rw-r--r-- | calendar/ChangeLog | 17 |
1 files changed, 16 insertions, 1 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog index c16f49a06f..fc5358765f 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,10 +1,25 @@ 2004-06-25 JP Rosevear <jpr@novell.com> + * gui/dialogs/e-delegate-dialog.glade: use "Contacts..." + + * gui/dialogs/alarm-dialog.glade: add custom message email toggle + + * gui/dialogs/alarm-dialog.c (get_widgets): get custom email + message toggle + (check_custom_email): check the custom message when setting + sensitivity of OK button + (malarm_message_toggled_cb): check custom email + (malarm_description_changed_cb): ditto + (action_selection_done_cb): ditto + +2004-06-25 JP Rosevear <jpr@novell.com> + * gui/dialogs/alarm-dialog.c (alarm_to_dialog): set the default address here if possible (dialog_to_alarm): don't set it here (check_custom_email): check for To: entries - (malarm_addresses_changed_cb): update when the text in the to entry changes + (malarm_addresses_changed_cb): update when the text in the to + entry changes (action_selection_done_cb): for the custom email settings (init_widgets): listen for email To: changes (alarm_dialog_run): only save the alarm if the response was "OK" |