diff options
author | Tor Lillqvist <tml@novell.com> | 2006-02-09 12:02:49 +0800 |
---|---|---|
committer | Tor Lillqvist <tml@src.gnome.org> | 2006-02-09 12:02:49 +0800 |
commit | afb9d6b1aba70b330a03507cb5e2e13e393bc4c5 (patch) | |
tree | 7a8e04544de6f3b81f082c4aaeb1b2d3162b30ac /calendar/ChangeLog | |
parent | 60746e943c12983c34a9b1797167239728927984 (diff) | |
download | gsoc2013-evolution-afb9d6b1aba70b330a03507cb5e2e13e393bc4c5.tar gsoc2013-evolution-afb9d6b1aba70b330a03507cb5e2e13e393bc4c5.tar.gz gsoc2013-evolution-afb9d6b1aba70b330a03507cb5e2e13e393bc4c5.tar.bz2 gsoc2013-evolution-afb9d6b1aba70b330a03507cb5e2e13e393bc4c5.tar.lz gsoc2013-evolution-afb9d6b1aba70b330a03507cb5e2e13e393bc4c5.tar.xz gsoc2013-evolution-afb9d6b1aba70b330a03507cb5e2e13e393bc4c5.tar.zst gsoc2013-evolution-afb9d6b1aba70b330a03507cb5e2e13e393bc4c5.zip |
Construct the pathname to the xml file at run-time to avoid using
2006-02-08 Tor Lillqvist <tml@novell.com>
* gui/dialogs/task-editor.c (task_editor_init): Construct the
pathname to the xml file at run-time to avoid using compile-time
paths on Windows.
svn path=/trunk/; revision=31456
Diffstat (limited to 'calendar/ChangeLog')
-rw-r--r-- | calendar/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog index e50801f77e..94bcd9a8eb 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,3 +1,9 @@ +2006-02-08 Tor Lillqvist <tml@novell.com> + + * gui/dialogs/task-editor.c (task_editor_init): Construct the + pathname to the xml file at run-time to avoid using compile-time + paths on Windows. + 2006-01-09 Kjartan Maraas <kmaraas@gnome.org> * gui/alarm-notify/alarm-notify-dialog.c: |