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 /ChangeLog | |
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 'ChangeLog')
-rw-r--r-- | ChangeLog | 17 |
1 files changed, 17 insertions, 0 deletions
@@ -1,3 +1,20 @@ +2004-01-21 Adam Hooper <adamh@cvs.gnome.org> + + * embed/downloader-view.c: (downloader_view_build_ui): + * embed/find-dialog.c: (find_dialog_init): + * embed/mozilla/GtkNSSDialogs.cpp: + * embed/print-dialog.c: (ephy_print_dialog_new), + (ephy_print_setup_dialog_new): + * lib/ephy-glade.c: (ephy_glade_widget_new): + * src/ephy-encoding-dialog.c: (ephy_encoding_dialog_init): + * src/pdm-dialog.c: (pdm_dialog_init): + * src/prefs-dialog.c: (setup_add_language_dialog), + (prefs_dialog_init): + + Explicitly call ephy_file () whenever specifying a Glade file. This + gives the ability to load a Glade file outside of SHARE_DIR (i.e., in + extensions). Fixes Bug #132018. + 2004-01-21 Marco Pesenti Gritti <marco@gnome.org> * embed/mozilla/ContentHandler.cpp: |