diff options
author | JP Rosevear <jpr@ximian.com> | 2004-02-06 10:47:44 +0800 |
---|---|---|
committer | JP Rosevear <jpr@src.gnome.org> | 2004-02-06 10:47:44 +0800 |
commit | f50cbd6b5ec4ab3616e693e83ececd617f559521 (patch) | |
tree | cd344e372f9adad7804237534d8dc2ed8e6bc461 /calendar/ChangeLog | |
parent | fdd316cd244fd667ac4c4620ae028668e87a3097 (diff) | |
download | gsoc2013-evolution-f50cbd6b5ec4ab3616e693e83ececd617f559521.tar gsoc2013-evolution-f50cbd6b5ec4ab3616e693e83ececd617f559521.tar.gz gsoc2013-evolution-f50cbd6b5ec4ab3616e693e83ececd617f559521.tar.bz2 gsoc2013-evolution-f50cbd6b5ec4ab3616e693e83ececd617f559521.tar.lz gsoc2013-evolution-f50cbd6b5ec4ab3616e693e83ececd617f559521.tar.xz gsoc2013-evolution-f50cbd6b5ec4ab3616e693e83ececd617f559521.tar.zst gsoc2013-evolution-f50cbd6b5ec4ab3616e693e83ececd617f559521.zip |
add proto
004-02-05 JP Rosevear <jpr@ximian.com>
* gui/calendar-config.h: add proto
* gui/calendar-config.c (calendar_config_get_icaltimezone): return
the icaltimezone based on the location and default to utc if we
can't find one
(calendar_config_get_hide_completed_tasks_sexp): use above
svn path=/trunk/; revision=24641
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 66e6d26b81..16f208d7b9 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,5 +1,14 @@ 2004-02-05 JP Rosevear <jpr@ximian.com> + * gui/calendar-config.h: add proto + + * gui/calendar-config.c (calendar_config_get_icaltimezone): return + the icaltimezone based on the location and default to utc if we + can't find one + (calendar_config_get_hide_completed_tasks_sexp): use above + +2004-02-05 JP Rosevear <jpr@ximian.com> + * gui/dialogs/cal-prefs-dialog.c (set_color_picker): make failure not so draconian - make the color black |