diff options
author | Dan Winship <danw@src.gnome.org> | 2002-04-11 00:58:14 +0800 |
---|---|---|
committer | Dan Winship <danw@src.gnome.org> | 2002-04-11 00:58:14 +0800 |
commit | 6ee39cc8619bf63082159433397875df30180fb1 (patch) | |
tree | 4b083f4d0cf306a95bfcc82916df9c341a595932 /calendar/ChangeLog | |
parent | c5ac2a9e510fa9e53683e4f270c82e0296da8043 (diff) | |
download | gsoc2013-evolution-6ee39cc8619bf63082159433397875df30180fb1.tar.gz gsoc2013-evolution-6ee39cc8619bf63082159433397875df30180fb1.tar.zst gsoc2013-evolution-6ee39cc8619bf63082159433397875df30180fb1.zip |
Use new-and-improved default folder URI config paths.
* cal-client/cal-client.c (get_default_uri): Use new-and-improved
default folder URI config paths.
* gui/calendar-config.c (calendar_config_{get,set}_default_uri,
calendar_config_{get,set}_default_tasks_uri): Remove these. The
shell owns this information now. (Weren't being used anyway.)
* gui/component-factory.c (get_data_uri): Fix another place that
hardcoded tacking foo.ics on to the end of URLs.
svn path=/trunk/; revision=16421
Diffstat (limited to 'calendar/ChangeLog')
-rw-r--r-- | calendar/ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog index e46dfabe7f..0f1cadafbb 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,3 +1,15 @@ +2002-04-10 Dan Winship <danw@ximian.com> + + * cal-client/cal-client.c (get_default_uri): Use new-and-improved + default folder URI config paths. + + * gui/calendar-config.c (calendar_config_{get,set}_default_uri, + calendar_config_{get,set}_default_tasks_uri): Remove these. The + shell owns this information now. (Weren't being used anyway.) + + * gui/component-factory.c (get_data_uri): Fix another place that + hardcoded tacking foo.ics on to the end of URLs. + 2002-04-08 Dan Winship <danw@ximian.com> * gui/component-factory.c (create_view): Add view_info arg. If the |