aboutsummaryrefslogtreecommitdiffstats
path: root/src/ephy-window.c
diff options
context:
space:
mode:
authorCarlos Garcia Campos <cgarcia@igalia.com>2012-01-18 23:17:53 +0800
committerCarlos Garcia Campos <carlosgc@gnome.org>2012-01-18 23:40:10 +0800
commit3cc93b5ec64d97739cf5065e19b31759d1495b9e (patch)
tree573db2c6ec58b83bbeeb8db2659ac5ab0b569c43 /src/ephy-window.c
parent066acbea3d32c04f15b6754310c8ba422f7c2f36 (diff)
downloadgsoc2013-epiphany-3cc93b5ec64d97739cf5065e19b31759d1495b9e.tar
gsoc2013-epiphany-3cc93b5ec64d97739cf5065e19b31759d1495b9e.tar.gz
gsoc2013-epiphany-3cc93b5ec64d97739cf5065e19b31759d1495b9e.tar.bz2
gsoc2013-epiphany-3cc93b5ec64d97739cf5065e19b31759d1495b9e.tar.lz
gsoc2013-epiphany-3cc93b5ec64d97739cf5065e19b31759d1495b9e.tar.xz
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-window.c')
-rw-r--r--src/ephy-window.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/ephy-window.c b/src/ephy-window.c
index 4ff7ce3fc..dcf312d50 100644
--- a/src/ephy-window.c
+++ b/src/ephy-window.c
@@ -126,9 +126,6 @@ static const GtkActionEntry ephy_menu_entries [] = {
{ "FileSaveAsApplication", GTK_STOCK_SAVE_AS, N_("Save As _Web Application…"), "<shift><control>A",
N_("Save the current page as a Web Application"),
G_CALLBACK (window_cmd_file_save_as_application) },
- { "FilePrintSetup", STOCK_PRINT_SETUP, N_("Page Set_up"), NULL,
- N_("Setup the page settings for printing"),
- G_CALLBACK (window_cmd_file_print_setup) },
{ "FilePrint", GTK_STOCK_PRINT, N_("_Print…"), "<control>P",
N_("Print the current page"),
G_CALLBACK (window_cmd_file_print) },