diff options
Diffstat (limited to 'src/ppview-toolbar.c')
-rwxr-xr-x | src/ppview-toolbar.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ppview-toolbar.c b/src/ppview-toolbar.c index 70603ea67..9c3b70c64 100755 --- a/src/ppview-toolbar.c +++ b/src/ppview-toolbar.c @@ -392,6 +392,6 @@ toolbar_cmd_ppv_close (GtkUIManager *merge, ephy_window_set_print_preview (window, FALSE); - ephy_embed_print_preview_close (embed); + ephy_embed_set_print_preview_mode (embed, FALSE); } |