diff options
-rw-r--r-- | ChangeLog | 6 | ||||
-rw-r--r-- | data/epiphany.schemas.in | 2 |
2 files changed, 7 insertions, 1 deletions
@@ -1,5 +1,11 @@ 2006-09-16 Christian Persch <chpe@cvs.gnome.org> + * data/epiphany.schemas.in: + + Default to printing background images. + +2006-09-16 Christian Persch <chpe@cvs.gnome.org> + * embed/mozilla/EphyContentPolicy.cpp: * embed/mozilla/EphyContentPolicy.h: * embed/mozilla/EphySidebar.cpp: diff --git a/data/epiphany.schemas.in b/data/epiphany.schemas.in index b81ded5c2..9c6e280ac 100644 --- a/data/epiphany.schemas.in +++ b/data/epiphany.schemas.in @@ -306,7 +306,7 @@ <applyto>/apps/epiphany/dialogs/print_background_images</applyto> <owner>epiphany</owner> <type>bool</type> - <default>false</default> + <default>true</default> <locale name="C"> <short>Whether to print the background images</short> </locale> |