diff options
author | Xan Lopez <xan@igalia.com> | 2012-01-18 19:01:22 +0800 |
---|---|---|
committer | Xan Lopez <xan@igalia.com> | 2012-01-18 19:01:22 +0800 |
commit | 67798e67eb2433e8367111156a63ffee76e9e5b2 (patch) | |
tree | 4a11de69c4042ab67f248aaf835bd9d041b154f4 /src/ephy-lockdown.c | |
parent | eae947e94cd0343801cfad4ee3cd4ff656ad734b (diff) | |
download | gsoc2013-epiphany-67798e67eb2433e8367111156a63ffee76e9e5b2.tar gsoc2013-epiphany-67798e67eb2433e8367111156a63ffee76e9e5b2.tar.gz gsoc2013-epiphany-67798e67eb2433e8367111156a63ffee76e9e5b2.tar.bz2 gsoc2013-epiphany-67798e67eb2433e8367111156a63ffee76e9e5b2.tar.lz gsoc2013-epiphany-67798e67eb2433e8367111156a63ffee76e9e5b2.tar.xz gsoc2013-epiphany-67798e67eb2433e8367111156a63ffee76e9e5b2.tar.zst gsoc2013-epiphany-67798e67eb2433e8367111156a63ffee76e9e5b2.zip |
Remove Print Preview item from the super menu
It's already accessible from the Print dialog itself, so there's
really no need to duplicate it.
Diffstat (limited to 'src/ephy-lockdown.c')
-rw-r--r-- | src/ephy-lockdown.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/ephy-lockdown.c b/src/ephy-lockdown.c index 73d9741ec..cc75b1291 100644 --- a/src/ephy-lockdown.c +++ b/src/ephy-lockdown.c @@ -103,7 +103,6 @@ typedef struct { static const BindAction window_actions[] = { { EPHY_PREFS_LOCKDOWN_PRINTING, "FilePrint", "sensitive" }, - { EPHY_PREFS_LOCKDOWN_PRINTING, "FilePrintPreview", "sensitive" }, { EPHY_PREFS_LOCKDOWN_PRINTING, "FilePrintSetup", "sensitive" }, { EPHY_PREFS_LOCKDOWN_PRINT_SETUP, "FilePrintSetup", "sensitive" }, { EPHY_PREFS_LOCKDOWN_COMMAND_LINE, "FilePrintSetup", "sensitive" }, |