diff options
author | Rodrigo Moya <rodrigo@ximian.com> | 2002-02-14 21:02:59 +0800 |
---|---|---|
committer | Rodrigo Moya <rodrigo@src.gnome.org> | 2002-02-14 21:02:59 +0800 |
commit | 378a7c56b720dd4240d192c859737ea19e709fbf (patch) | |
tree | 45f82ede882ca6ad9fa16e0a059e4a0140e7ec03 /calendar/ChangeLog | |
parent | de5b206ef73db4f87f19ae4e5b943c28334425a8 (diff) | |
download | gsoc2013-evolution-378a7c56b720dd4240d192c859737ea19e709fbf.tar.gz gsoc2013-evolution-378a7c56b720dd4240d192c859737ea19e709fbf.tar.zst gsoc2013-evolution-378a7c56b720dd4240d192c859737ea19e709fbf.zip |
don't append 'calendar.ics' to the URI. (get_prop): finished.
2002-02-13 Rodrigo Moya <rodrigo@ximian.com>
* gui/control-factory.c (set_prop): don't append 'calendar.ics'
to the URI.
(get_prop): finished.
* gui/tasks-control.c (tasks_control_set_property): don't append
'tasks.ics' to the URI.
(tasks_control_get_property): finished.
* gui/gnome-cal.c (gnome_calendar_open):
* gui/e-tasks.c (e_tasks_open): append $filename.ics to the uri to be
opened if the uri is local. Leave intact in other cases.
svn path=/trunk/; revision=15724
Diffstat (limited to 'calendar/ChangeLog')
-rw-r--r-- | calendar/ChangeLog | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog index a7a470acce..a3afa5f74b 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,3 +1,17 @@ +2002-02-13 Rodrigo Moya <rodrigo@ximian.com> + + * gui/control-factory.c (set_prop): don't append 'calendar.ics' + to the URI. + (get_prop): finished. + + * gui/tasks-control.c (tasks_control_set_property): don't append + 'tasks.ics' to the URI. + (tasks_control_get_property): finished. + + * gui/gnome-cal.c (gnome_calendar_open): + * gui/e-tasks.c (e_tasks_open): append $filename.ics to the uri to be + opened if the uri is local. Leave intact in other cases. + 2002-02-08 Damon Chaplin <damon@ximian.com> * gui/comp-util.c (cal_comp_util_compare_event_timezones): check if |