diff options
author | Federico Mena Quintero <federico@ximian.com> | 2001-08-17 04:45:43 +0800 |
---|---|---|
committer | Federico Mena Quintero <federico@src.gnome.org> | 2001-08-17 04:45:43 +0800 |
commit | 8399cad79100c86a408761148b00ce64964cbbaa (patch) | |
tree | 737eb17b1621ccdbb6ae5afc93ae767b4515941a /calendar/ChangeLog | |
parent | ced6dc05f895375377fe0f063e6c572a884ed3a0 (diff) | |
download | gsoc2013-evolution-8399cad79100c86a408761148b00ce64964cbbaa.tar.gz gsoc2013-evolution-8399cad79100c86a408761148b00ce64964cbbaa.tar.zst gsoc2013-evolution-8399cad79100c86a408761148b00ce64964cbbaa.zip |
Set the default-to-add notification to be display a message 15 minutes
2001-08-16 Federico Mena Quintero <federico@ximian.com>
* gui/dialogs/alarm-page.c (clear_widgets): Set the default-to-add
notification to be display a message 15 minutes before the start
of the appointment. Fixes bug #7175.
svn path=/trunk/; revision=12123
Diffstat (limited to 'calendar/ChangeLog')
-rw-r--r-- | calendar/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog index 0cf0fc48f7..c40f527b6b 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,5 +1,11 @@ 2001-08-16 Federico Mena Quintero <federico@ximian.com> + * gui/dialogs/alarm-page.c (clear_widgets): Set the default-to-add + notification to be display a message 15 minutes before the start + of the appointment. Fixes bug #7175. + +2001-08-16 Federico Mena Quintero <federico@ximian.com> + * gui/dialogs/comp-editor-util.c (comp_editor_strip_categories): New function to strip surrounding whitespace from a string of categories entered by the user. |