diff options
author | Tor Lillqvist <tml@novell.com> | 2005-12-17 20:21:43 +0800 |
---|---|---|
committer | Tor Lillqvist <tml@src.gnome.org> | 2005-12-17 20:21:43 +0800 |
commit | cb04b8196ff8e2867c5b6f52dfd395681c1db4b2 (patch) | |
tree | 47128bbe4a9d97e152203dd40db1e16850825b17 /calendar/ChangeLog | |
parent | d8fc2ee08bf048d48f01d9c08583f5c1b4f2b4ed (diff) | |
download | gsoc2013-evolution-cb04b8196ff8e2867c5b6f52dfd395681c1db4b2.tar.gz gsoc2013-evolution-cb04b8196ff8e2867c5b6f52dfd395681c1db4b2.tar.zst gsoc2013-evolution-cb04b8196ff8e2867c5b6f52dfd395681c1db4b2.zip |
Use g_filename_to_uri() to construct a file: URI.
2005-12-17 Tor Lillqvist <tml@novell.com>
* gui/e-cal-component-memo-preview.c (write_html): Use
g_filename_to_uri() to construct a file: URI.
svn path=/trunk/; revision=30804
Diffstat (limited to 'calendar/ChangeLog')
-rw-r--r-- | calendar/ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog index 6ea6635ebd..25059cced6 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -3,6 +3,9 @@ * conduits/calendar/calendar-conduit.c: Use GLib to construct filenames from URIs and back. + * gui/e-cal-component-memo-preview.c (write_html): Use + g_filename_to_uri() to construct a file: URI. + 2005-12-15 Srinivasa Ragavan <sragavan@novell.com> ** Fixes bug #324094 |