aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--plugins/publish-calendar/ChangeLog7
-rw-r--r--plugins/publish-calendar/url-editor-dialog.c2
2 files changed, 8 insertions, 1 deletions
diff --git a/plugins/publish-calendar/ChangeLog b/plugins/publish-calendar/ChangeLog
index 96d51ed770..f70dbd2772 100644
--- a/plugins/publish-calendar/ChangeLog
+++ b/plugins/publish-calendar/ChangeLog
@@ -1,3 +1,10 @@
+2007-09-27 Pedro Villavicencio Garrido <pvillavi@gnome.org>
+
+ * url-editor-dialog.c: (url_editor_dialog_construct):
+ use EVOLUTION_GLADEDIR instead of EVOLUTION_PLUGINDIR.
+
+ Fixes #480804.
+
2007-09-10 Andre Klapper <a9016009@gmx.de>
* publish-calendar.c: (publish):
diff --git a/plugins/publish-calendar/url-editor-dialog.c b/plugins/publish-calendar/url-editor-dialog.c
index 6008dc25c1..4d6268664d 100644
--- a/plugins/publish-calendar/url-editor-dialog.c
+++ b/plugins/publish-calendar/url-editor-dialog.c
@@ -320,7 +320,7 @@ url_editor_dialog_construct (UrlEditorDialog *dialog)
gconf = gconf_client_get_default ();
- gladefile = g_build_filename (EVOLUTION_PLUGINDIR,
+ gladefile = g_build_filename (EVOLUTION_GLADEDIR,
"publish-calendar.glade",
NULL);
gui = glade_xml_new (gladefile, "publishing toplevel", NULL);