aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/ChangeLog
diff options
context:
space:
mode:
authorMatthew Loper <mloper@src.gnome.org>2000-05-07 10:48:49 +0800
committerMatthew Loper <mloper@src.gnome.org>2000-05-07 10:48:49 +0800
commitfcaa6565ec3885f3e2b537d2a0c5aa449378d1fb (patch)
tree2f0dc0fa28a1fd4714dbb8960449438349ea0641 /calendar/ChangeLog
parenta2b62d3b5bb7215f63a1e228ef1e6fe847cc80c0 (diff)
downloadgsoc2013-evolution-fcaa6565ec3885f3e2b537d2a0c5aa449378d1fb.tar
gsoc2013-evolution-fcaa6565ec3885f3e2b537d2a0c5aa449378d1fb.tar.gz
gsoc2013-evolution-fcaa6565ec3885f3e2b537d2a0c5aa449378d1fb.tar.bz2
gsoc2013-evolution-fcaa6565ec3885f3e2b537d2a0c5aa449378d1fb.tar.lz
gsoc2013-evolution-fcaa6565ec3885f3e2b537d2a0c5aa449378d1fb.tar.xz
gsoc2013-evolution-fcaa6565ec3885f3e2b537d2a0c5aa449378d1fb.tar.zst
gsoc2013-evolution-fcaa6565ec3885f3e2b537d2a0c5aa449378d1fb.zip
+ * gui/evolution-calendar-control.c (PROPERTY_CALENDAR_URI):
+ Changed to "folder_uri" from "calendar_uri". + (set_prop): The uri given to us is a directory, so we append a + filename onto the end before we use it. svn path=/trunk/; revision=2852
Diffstat (limited to 'calendar/ChangeLog')
-rw-r--r--calendar/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog
index b4f03b7cf7..4db98a2c15 100644
--- a/calendar/ChangeLog
+++ b/calendar/ChangeLog
@@ -1,3 +1,10 @@
+2000-05-07 Matt Loper <matt@helixcode.com>
+
+ * gui/evolution-calendar-control.c (PROPERTY_CALENDAR_URI):
+ Changed to "folder_uri" from "calendar_uri".
+ (set_prop): The uri given to us is a directory, so we append a
+ filename onto the end before we use it.
+
2000-05-06 Damon Chaplin <damon@helixcode.com>
* cal-util/timeutil.c (time_day_begin):