From 770c2204aeabf662b3a2123a88c3acef3f3ef84c Mon Sep 17 00:00:00 2001 From: Pedro Villavicencio Garrido Date: Thu, 27 Sep 2007 12:25:32 +0000 Subject: use EVOLUTION_GLADEDIR instead of EVOLUTION_PLUGINDIR. 2007-09-27 Pedro Villavicencio Garrido * url-editor-dialog.c: (url_editor_dialog_construct): use EVOLUTION_GLADEDIR instead of EVOLUTION_PLUGINDIR. Fixes #480804. svn path=/trunk/; revision=34320 --- plugins/publish-calendar/url-editor-dialog.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/publish-calendar/url-editor-dialog.c') 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); -- cgit v1.2.3