diff options
author | Adam Hooper <adamh@src.gnome.org> | 2004-01-22 04:39:19 +0800 |
---|---|---|
committer | Adam Hooper <adamh@src.gnome.org> | 2004-01-22 04:39:19 +0800 |
commit | a37e3c5e53cba57d1338880a7dec1c035779b742 (patch) | |
tree | d480c4c61273f8b1d4b6f1c5f667a6a73c893332 /embed/find-dialog.c | |
parent | d9cb8655babc4b628f16869b0f476f9fe49acab3 (diff) | |
download | gsoc2013-epiphany-a37e3c5e53cba57d1338880a7dec1c035779b742.tar gsoc2013-epiphany-a37e3c5e53cba57d1338880a7dec1c035779b742.tar.gz gsoc2013-epiphany-a37e3c5e53cba57d1338880a7dec1c035779b742.tar.bz2 gsoc2013-epiphany-a37e3c5e53cba57d1338880a7dec1c035779b742.tar.lz gsoc2013-epiphany-a37e3c5e53cba57d1338880a7dec1c035779b742.tar.xz gsoc2013-epiphany-a37e3c5e53cba57d1338880a7dec1c035779b742.tar.zst gsoc2013-epiphany-a37e3c5e53cba57d1338880a7dec1c035779b742.zip |
Call ephy_file() explicitly for each glade file, letting extensions load glade files from any path
Diffstat (limited to 'embed/find-dialog.c')
-rwxr-xr-x | embed/find-dialog.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/embed/find-dialog.c b/embed/find-dialog.c index 932511cec..4412539bd 100755 --- a/embed/find-dialog.c +++ b/embed/find-dialog.c @@ -19,6 +19,7 @@ */ #include "find-dialog.h" +#include "ephy-file-helpers.h" #include "ephy-prefs.h" #include "ephy-embed.h" #include "ephy-debug.h" @@ -252,7 +253,7 @@ find_dialog_init (FindDialog *dialog) ephy_dialog_construct (EPHY_DIALOG(dialog), properties, - "epiphany.glade", + ephy_file ("epiphany.glade"), "find_dialog"); update_navigation_controls (dialog, TRUE, TRUE); |