diff options
author | Christian Persch <chpe@cvs.gnome.org> | 2006-09-17 05:22:05 +0800 |
---|---|---|
committer | Christian Persch <chpe@src.gnome.org> | 2006-09-17 05:22:05 +0800 |
commit | 88f303b4f7ad3f14d5b94f523360ba92988b8692 (patch) | |
tree | 6cd3d4d56e0facec3aa654246aa7bb0a945ed43b | |
parent | ba8b944c562fc183de39bdec84f05e90f98df6e2 (diff) | |
download | gsoc2013-epiphany-88f303b4f7ad3f14d5b94f523360ba92988b8692.tar.gz gsoc2013-epiphany-88f303b4f7ad3f14d5b94f523360ba92988b8692.tar.zst gsoc2013-epiphany-88f303b4f7ad3f14d5b94f523360ba92988b8692.zip |
Default to printing background images.
2006-09-16 Christian Persch <chpe@cvs.gnome.org>
* data/epiphany.schemas.in:
Default to printing background images.
-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> |