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 /embed | |
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 'embed')
-rw-r--r-- | embed/ephy-web-view.c | 15 | ||||
-rw-r--r-- | embed/ephy-web-view.h | 1 |
2 files changed, 0 insertions, 16 deletions
diff --git a/embed/ephy-web-view.c b/embed/ephy-web-view.c index 08d2f86ae..638640ba9 100644 --- a/embed/ephy-web-view.c +++ b/embed/ephy-web-view.c @@ -3304,21 +3304,6 @@ ephy_web_view_run_print_action (EphyWebView *view, GtkPrintOperationAction actio } /** - * ephy_web_view_show_print_preview - * @view: an #EphyWebView - * - * Generates a print preview of the specified view. - * An external viewer is used to display the preview. - * - * Since: 2.30 - **/ -void -ephy_web_view_show_print_preview (EphyWebView *view) -{ - ephy_web_view_run_print_action (view, GTK_PRINT_OPERATION_ACTION_PREVIEW); -} - -/** * ephy_web_view_print * @view: an #EphyWebView * diff --git a/embed/ephy-web-view.h b/embed/ephy-web-view.h index 7539a9f25..c05461eeb 100644 --- a/embed/ephy-web-view.h +++ b/embed/ephy-web-view.h @@ -164,7 +164,6 @@ void ephy_web_view_get_security_level (EphyWebView EphyWebViewSecurityLevel *level, char **description); void ephy_web_view_show_page_certificate (EphyWebView *view); -void ephy_web_view_show_print_preview (EphyWebView *view); void ephy_web_view_print (EphyWebView *view); void ephy_web_view_set_title (EphyWebView *view, const char *view_title); |