diff options
-rw-r--r-- | ChangeLog | 6 | ||||
-rw-r--r-- | data/epiphany.schemas.in | 11 |
2 files changed, 17 insertions, 0 deletions
@@ -1,5 +1,11 @@ 2006-08-07 Christian Persch <chpe@cvs.gnome.org> + * data/epiphany.schemas.in: + + Document the print_frames key. + +2006-08-07 Christian Persch <chpe@cvs.gnome.org> + * embed/mozilla/MozDownload.cpp: Decrease maximum progress update to 0.5s diff --git a/data/epiphany.schemas.in b/data/epiphany.schemas.in index 001b61e34..b81ded5c2 100644 --- a/data/epiphany.schemas.in +++ b/data/epiphany.schemas.in @@ -322,6 +322,17 @@ </locale> </schema> <schema> + <key>/schemas/apps/epiphany/dialogs/print_frames</key> + <applyto>/apps/epiphany/dialogs/print_frames</applyto> + <owner>epiphany</owner> + <type>string</type> + <default>normal</default> + <locale name="C"> + <short>How to print frames</short> + <long>How to print pages containing frames. Allowed values are "normal", "separately" and "selected".</long> + </locale> + </schema> + <schema> <key>/schemas/apps/epiphany/directories/open</key> <applyto>/apps/epiphany/directories/open</applyto> <owner>epiphany</owner> |