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 /src/pdm-dialog.c | |
parent | d9cb8655babc4b628f16869b0f476f9fe49acab3 (diff) | |
download | gsoc2013-epiphany-a37e3c5e53cba57d1338880a7dec1c035779b742.tar.gz 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 'src/pdm-dialog.c')
-rwxr-xr-x | src/pdm-dialog.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/pdm-dialog.c b/src/pdm-dialog.c index 7e56f80e0..6d77006d1 100755 --- a/src/pdm-dialog.c +++ b/src/pdm-dialog.c @@ -26,6 +26,7 @@ #include "pdm-dialog.h" #include "ephy-shell.h" #include "ephy-cookie-manager.h" +#include "ephy-file-helpers.h" #include "ephy-password-manager.h" #include "ephy-gui.h" #include "ephy-ellipsizing-label.h" @@ -784,7 +785,7 @@ pdm_dialog_init (PdmDialog *dialog) ephy_dialog_construct (EPHY_DIALOG(dialog), properties, - "epiphany.glade", + ephy_file ("epiphany.glade"), "pdm_dialog"); /** |