diff options
author | Xan Lopez <xan@src.gnome.org> | 2007-11-17 07:32:41 +0800 |
---|---|---|
committer | Xan Lopez <xan@src.gnome.org> | 2007-11-17 07:32:41 +0800 |
commit | 0ca10a9d903db72abe211959894721ea97e33de3 (patch) | |
tree | 8372441bf0de7ef26373202d73a680613bed8492 /src/ppview-toolbar.c | |
parent | b509828635066e0ce051fe77333acfb7d29d500f (diff) | |
download | gsoc2013-epiphany-0ca10a9d903db72abe211959894721ea97e33de3.tar gsoc2013-epiphany-0ca10a9d903db72abe211959894721ea97e33de3.tar.gz gsoc2013-epiphany-0ca10a9d903db72abe211959894721ea97e33de3.tar.bz2 gsoc2013-epiphany-0ca10a9d903db72abe211959894721ea97e33de3.tar.lz gsoc2013-epiphany-0ca10a9d903db72abe211959894721ea97e33de3.tar.xz gsoc2013-epiphany-0ca10a9d903db72abe211959894721ea97e33de3.tar.zst gsoc2013-epiphany-0ca10a9d903db72abe211959894721ea97e33de3.zip |
Move print-preview property to EphyEmbedContainer interface.
Also make it read-only and make the setter in EphyWindow semi-private for
now (should be removed eventually, making the window be notified from the
embed of the status).
svn path=/trunk/; revision=7709
Diffstat (limited to 'src/ppview-toolbar.c')
-rw-r--r-- | 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 357af3e89..20659acaa 100644 --- a/src/ppview-toolbar.c +++ b/src/ppview-toolbar.c @@ -403,7 +403,7 @@ toolbar_cmd_ppv_close (GtkUIManager *merge, (EPHY_EMBED_CONTAINER (window)); g_return_if_fail (EPHY_IS_EMBED (embed)); - ephy_window_set_print_preview (window, FALSE); + _ephy_window_set_print_preview (window, FALSE); ephy_embed_set_print_preview_mode (embed, FALSE); } |