aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/ChangeLog
diff options
context:
space:
mode:
authorTor Lillqvist <tml@novell.com>2005-12-17 22:05:09 +0800
committerTor Lillqvist <tml@src.gnome.org>2005-12-17 22:05:09 +0800
commit6fee209459e6d39ce953371260b0515db1e31395 (patch)
tree6a0a7843ddae5d54d9150032e7cf22cf5d719f90 /calendar/ChangeLog
parenteeaa2f9ce13ff946b5a8cb40144da89779c0d1b3 (diff)
downloadgsoc2013-evolution-6fee209459e6d39ce953371260b0515db1e31395.tar
gsoc2013-evolution-6fee209459e6d39ce953371260b0515db1e31395.tar.gz
gsoc2013-evolution-6fee209459e6d39ce953371260b0515db1e31395.tar.bz2
gsoc2013-evolution-6fee209459e6d39ce953371260b0515db1e31395.tar.lz
gsoc2013-evolution-6fee209459e6d39ce953371260b0515db1e31395.tar.xz
gsoc2013-evolution-6fee209459e6d39ce953371260b0515db1e31395.tar.zst
gsoc2013-evolution-6fee209459e6d39ce953371260b0515db1e31395.zip
Use g_build_filename(), g_filename_from_uri(), g_usleep().
2005-12-17 Tor Lillqvist <tml@novell.com> * importers/icalendar-importer.c: Use g_build_filename(), g_filename_from_uri(), g_usleep(). svn path=/trunk/; revision=30818
Diffstat (limited to 'calendar/ChangeLog')
-rw-r--r--calendar/ChangeLog5
1 files changed, 4 insertions, 1 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog
index f29074b532..8de3da0e90 100644
--- a/calendar/ChangeLog
+++ b/calendar/ChangeLog
@@ -28,7 +28,10 @@
* gui/dialogs/cal-attachment-bar.c: Remove unused files from CVS.
* gui/dialogs/comp-editor.c: : Use gstdio wrappers. Use
- g_filename_from_uri()
+ g_filename_from_uri().
+
+ * importers/icalendar-importer.c: Use g_build_filename(),
+ g_filename_from_uri(), g_usleep().
2005-12-15 Srinivasa Ragavan <sragavan@novell.com>