diff options
author | Christian Persch <chpe@cvs.gnome.org> | 2006-07-22 01:25:53 +0800 |
---|---|---|
committer | Christian Persch <chpe@src.gnome.org> | 2006-07-22 01:25:53 +0800 |
commit | 800d438285ec852a357c2703a931a5c139b09cf2 (patch) | |
tree | fbd1f74b77660ff8b22855ab136bd79e00b5904b /data/epiphany.schemas.in | |
parent | 17923704a6396397ceebe608cd0f0369dccef944 (diff) | |
download | gsoc2013-epiphany-800d438285ec852a357c2703a931a5c139b09cf2.tar gsoc2013-epiphany-800d438285ec852a357c2703a931a5c139b09cf2.tar.gz gsoc2013-epiphany-800d438285ec852a357c2703a931a5c139b09cf2.tar.bz2 gsoc2013-epiphany-800d438285ec852a357c2703a931a5c139b09cf2.tar.lz gsoc2013-epiphany-800d438285ec852a357c2703a931a5c139b09cf2.tar.xz gsoc2013-epiphany-800d438285ec852a357c2703a931a5c139b09cf2.tar.zst gsoc2013-epiphany-800d438285ec852a357c2703a931a5c139b09cf2.zip |
Add our options in a custom tab in the print dialogue.
2006-07-21 Christian Persch <chpe@cvs.gnome.org>
* data/epiphany.schemas.in:
* data/glade/print.glade:
* embed/mozilla/GeckoPrintService.cpp:
* embed/mozilla/GeckoPrintService.h:
* lib/ephy-gui.c: (ephy_gui_message_dialog_get_content_box),
(ephy_gui_message_dialog_set_wrap_mode), (checkbutton_toggled_cb),
(ephy_gui_connect_checkbutton_to_gconf):
* lib/ephy-gui.h:
Add our options in a custom tab in the print dialogue.
Diffstat (limited to 'data/epiphany.schemas.in')
-rw-r--r-- | data/epiphany.schemas.in | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/data/epiphany.schemas.in b/data/epiphany.schemas.in index e90c8abcb..382e8a1f3 100644 --- a/data/epiphany.schemas.in +++ b/data/epiphany.schemas.in @@ -292,6 +292,26 @@ </locale> </schema> <schema> + <key>/schemas/apps/epiphany/dialogs/print_background_colors</key> + <applyto>/apps/epiphany/dialogs/print_background_colors</applyto> + <owner>epiphany</owner> + <type>bool</type> + <default>false</default> + <locale name="C"> + <short>Whether to print the background color</short> + </locale> + </schema> + <schema> + <key>/schemas/apps/epiphany/dialogs/print_background_images</key> + <applyto>/apps/epiphany/dialogs/print_background_images</applyto> + <owner>epiphany</owner> + <type>bool</type> + <default>false</default> + <locale name="C"> + <short>Whether to print the background images</short> + </locale> + </schema> + <schema> <key>/schemas/apps/epiphany/dialogs/print_page_numbers</key> <applyto>/apps/epiphany/dialogs/print_page_numbers</applyto> <owner>epiphany</owner> |