aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/publish-calendar/ChangeLog
diff options
context:
space:
mode:
authorTor Lillqvist <tml@novell.com>2006-01-04 10:34:45 +0800
committerTor Lillqvist <tml@src.gnome.org>2006-01-04 10:34:45 +0800
commit8438c41a630620f3d8469a22af9cbb822772a935 (patch)
tree3fd506b0be693e883dd3263bacbebfa681250c51 /plugins/publish-calendar/ChangeLog
parent9842fcaea981db6a6f4692101079557953bc5914 (diff)
downloadgsoc2013-evolution-8438c41a630620f3d8469a22af9cbb822772a935.tar
gsoc2013-evolution-8438c41a630620f3d8469a22af9cbb822772a935.tar.gz
gsoc2013-evolution-8438c41a630620f3d8469a22af9cbb822772a935.tar.bz2
gsoc2013-evolution-8438c41a630620f3d8469a22af9cbb822772a935.tar.lz
gsoc2013-evolution-8438c41a630620f3d8469a22af9cbb822772a935.tar.xz
gsoc2013-evolution-8438c41a630620f3d8469a22af9cbb822772a935.tar.zst
gsoc2013-evolution-8438c41a630620f3d8469a22af9cbb822772a935.zip
Use EVOLUTION_PLUGINDIR as the macro name for the plugindir, to match what
2006-01-04 Tor Lillqvist <tml@novell.com> * Makefile.am: Use EVOLUTION_PLUGINDIR as the macro name for the plugindir, to match what is redefined for Win32 in e-util/e-util-private.h * publish-calendar.c (publish_calendar_locations) * url-editor-dialog.c (url_editor_dialog_construct): Construct glade file pathname at run-time. svn path=/trunk/; revision=31044
Diffstat (limited to 'plugins/publish-calendar/ChangeLog')
-rw-r--r--plugins/publish-calendar/ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/plugins/publish-calendar/ChangeLog b/plugins/publish-calendar/ChangeLog
index e1799f5bcc..fee3911a5e 100644
--- a/plugins/publish-calendar/ChangeLog
+++ b/plugins/publish-calendar/ChangeLog
@@ -1,3 +1,13 @@
+2006-01-04 Tor Lillqvist <tml@novell.com>
+
+ * Makefile.am: Use EVOLUTION_PLUGINDIR as the macro name for the
+ plugindir, to match what is redefined for Win32 in
+ e-util/e-util-private.h
+
+ * publish-calendar.c (publish_calendar_locations)
+ * url-editor-dialog.c (url_editor_dialog_construct): Construct
+ glade file pathname at run-time.
+
2005-12-25 Funda Wang <fundawang@linux.net.cn>
* Makefile.am: Mark this plugin as translatable (bug#301149).