diff options
author | Christopher James Lahey <clahey@ximian.com> | 2004-01-11 05:59:25 +0800 |
---|---|---|
committer | Christian Persch <chpe@src.gnome.org> | 2004-01-11 05:59:25 +0800 |
commit | 09136af43c1074fb979578be2987cd0ae3a8852d (patch) | |
tree | e4673d8a9ad46a80a97002004426fad58e99841f /lib | |
parent | d33c13d6d52a405ef9bec15b414904a9c2620380 (diff) | |
download | gsoc2013-epiphany-09136af43c1074fb979578be2987cd0ae3a8852d.tar gsoc2013-epiphany-09136af43c1074fb979578be2987cd0ae3a8852d.tar.gz gsoc2013-epiphany-09136af43c1074fb979578be2987cd0ae3a8852d.tar.bz2 gsoc2013-epiphany-09136af43c1074fb979578be2987cd0ae3a8852d.tar.lz gsoc2013-epiphany-09136af43c1074fb979578be2987cd0ae3a8852d.tar.xz gsoc2013-epiphany-09136af43c1074fb979578be2987cd0ae3a8852d.tar.zst gsoc2013-epiphany-09136af43c1074fb979578be2987cd0ae3a8852d.zip |
Implement print and print setup disabling for lockdown mode.
2004-01-10 Christopher James Lahey <clahey@ximian.com>
* embed/mozilla/PrintingPromptService.cpp:
* lib/ephy-prefs.h:
* src/ephy-main.c: (main):
* src/ephy-window.c: (update_actions), (ephy_window_init),
(ephy_window_finalize), (ephy_window_print):
Implement print and print setup disabling for lockdown mode.
Diffstat (limited to 'lib')
-rw-r--r-- | lib/ephy-prefs.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/ephy-prefs.h b/lib/ephy-prefs.h index d1cc998f7..91ec12e51 100644 --- a/lib/ephy-prefs.h +++ b/lib/ephy-prefs.h @@ -50,6 +50,9 @@ G_BEGIN_DECLS #define CONF_LOCKDOWN_DISABLE_HISTORY "/apps/epiphany/lockdown/disable_history" #define CONF_LOCKDOWN_DISABLE_SAVE_TO_DISK "/desktop/gnome/lockdown/disable_save_to_disk" #define CONF_LOCKDOWN_DISABLE_HISTORY "/apps/epiphany/lockdown/disable_history" +#define CONF_LOCKDOWN_DISABLE_PRINTING "/desktop/gnome/lockdown/disable_printing" +#define CONF_LOCKDOWN_DISABLE_PRINT_SETUP "/desktop/gnome/lockdown/disable_print_setup" +#define CONF_LOCKDOWN_DISABLE_COMMAND_LINE "/desktop/gnome/lockdown/disable_command_line" /* System prefs */ #define CONF_DESKTOP_FTP_HANDLER "/desktop/gnome/url-handlers/ftp/command" |