diff options
author | Carlos Garcia Campos <cgarcia@igalia.com> | 2012-01-18 23:17:53 +0800 |
---|---|---|
committer | Carlos Garcia Campos <carlosgc@gnome.org> | 2012-01-18 23:40:10 +0800 |
commit | 3cc93b5ec64d97739cf5065e19b31759d1495b9e (patch) | |
tree | 573db2c6ec58b83bbeeb8db2659ac5ab0b569c43 /src/ephy-lockdown.c | |
parent | 066acbea3d32c04f15b6754310c8ba422f7c2f36 (diff) | |
download | gsoc2013-epiphany-3cc93b5ec64d97739cf5065e19b31759d1495b9e.tar.gz gsoc2013-epiphany-3cc93b5ec64d97739cf5065e19b31759d1495b9e.tar.zst gsoc2013-epiphany-3cc93b5ec64d97739cf5065e19b31759d1495b9e.zip |
Remove Print Setup item from the super menu and embed it into print dialog
Diffstat (limited to 'src/ephy-lockdown.c')
-rw-r--r-- | src/ephy-lockdown.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/ephy-lockdown.c b/src/ephy-lockdown.c index cc75b1291..9186cad0a 100644 --- a/src/ephy-lockdown.c +++ b/src/ephy-lockdown.c @@ -103,9 +103,6 @@ typedef struct { static const BindAction window_actions[] = { { EPHY_PREFS_LOCKDOWN_PRINTING, "FilePrint", "sensitive" }, - { EPHY_PREFS_LOCKDOWN_PRINTING, "FilePrintSetup", "sensitive" }, - { EPHY_PREFS_LOCKDOWN_PRINT_SETUP, "FilePrintSetup", "sensitive" }, - { EPHY_PREFS_LOCKDOWN_COMMAND_LINE, "FilePrintSetup", "sensitive" }, { EPHY_PREFS_LOCKDOWN_BOOKMARK_EDITING, "FileBookmarkPage", "sensitive" }, |