diff options
-rw-r--r-- | ChangeLog | 10 | ||||
-rw-r--r-- | data/Makefile.am | 2 |
2 files changed, 12 insertions, 0 deletions
@@ -1,5 +1,15 @@ 2003-09-07 Marco Pesenti Gritti <marco@gnome.org> + * data/Makefile.am: + * data/default-prefs.js: + * embed/mozilla/mozilla-embed-single.cpp: + + Galeon guys found a way to load prefs from + a js file, without having them saved on it. + So let's get it back. + +2003-09-07 Marco Pesenti Gritti <marco@gnome.org> + * embed/mozilla/EphyWrapper.cpp: Set wrap around prop in mozilla interface diff --git a/data/Makefile.am b/data/Makefile.am index e4719255b..592547127 100644 --- a/data/Makefile.am +++ b/data/Makefile.am @@ -4,6 +4,8 @@ SUBDIRS = ui art glade @INTLTOOL_DESKTOP_RULE@ @INTLTOOL_SCHEMAS_RULE@ +dist_pkgdata_DATA = default-prefs.js + server_in_files = GNOME_Epiphany_Automation.server.in GNOME_Epiphany_NautilusView.server.in server_DATA = GNOME_Epiphany_Automation.server GNOME_Epiphany_NautilusView.server serverdir = $(libdir)/bonobo/servers |