diff options
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); |