diff options
author | Pedro Villavicencio Garrido <pvillavi@gnome.org> | 2007-09-27 20:25:32 +0800 |
---|---|---|
committer | Pedro Marcelo Villavicencio Garrido <pvillavi@src.gnome.org> | 2007-09-27 20:25:32 +0800 |
commit | 770c2204aeabf662b3a2123a88c3acef3f3ef84c (patch) | |
tree | c47c0978e72d6d440898391a2c33ffee851c6364 /plugins | |
parent | 5ea4d0a5f11b78d65fb23ac2f7149f0ec15dd757 (diff) | |
download | gsoc2013-evolution-770c2204aeabf662b3a2123a88c3acef3f3ef84c.tar.gz gsoc2013-evolution-770c2204aeabf662b3a2123a88c3acef3f3ef84c.tar.zst gsoc2013-evolution-770c2204aeabf662b3a2123a88c3acef3f3ef84c.zip |
use EVOLUTION_GLADEDIR instead of EVOLUTION_PLUGINDIR.
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.
svn path=/trunk/; revision=34320
Diffstat (limited to 'plugins')
-rw-r--r-- | plugins/publish-calendar/ChangeLog | 7 | ||||
-rw-r--r-- | plugins/publish-calendar/url-editor-dialog.c | 2 |
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); |