aboutsummaryrefslogtreecommitdiffstats
path: root/embed
diff options
context:
space:
mode:
authorAlp Toker <atoker@src.gnome.org>2008-05-31 00:24:28 +0800
committerAlp Toker <atoker@src.gnome.org>2008-05-31 00:24:28 +0800
commit1e9c0447beb82be6e6f01f63b0726193cee7948b (patch)
tree496cac81ca9c4ea75e1fb6f5453acdfdd058ad88 /embed
parentcf5105f09f590efaf9d56b1593c6e00e15f002f6 (diff)
downloadgsoc2013-epiphany-1e9c0447beb82be6e6f01f63b0726193cee7948b.tar
gsoc2013-epiphany-1e9c0447beb82be6e6f01f63b0726193cee7948b.tar.gz
gsoc2013-epiphany-1e9c0447beb82be6e6f01f63b0726193cee7948b.tar.bz2
gsoc2013-epiphany-1e9c0447beb82be6e6f01f63b0726193cee7948b.tar.lz
gsoc2013-epiphany-1e9c0447beb82be6e6f01f63b0726193cee7948b.tar.xz
gsoc2013-epiphany-1e9c0447beb82be6e6f01f63b0726193cee7948b.tar.zst
gsoc2013-epiphany-1e9c0447beb82be6e6f01f63b0726193cee7948b.zip
Add printing support.
svn path=/trunk/; revision=8262
Diffstat (limited to 'embed')
-rw-r--r--embed/webkit/webkit-embed.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/embed/webkit/webkit-embed.c b/embed/webkit/webkit-embed.c
index 80cdd3b82..43d839d1b 100644
--- a/embed/webkit/webkit-embed.c
+++ b/embed/webkit/webkit-embed.c
@@ -491,6 +491,7 @@ impl_show_page_certificate (EphyEmbed *embed)
static void
impl_print (EphyEmbed *embed)
{
+ webkit_web_view_execute_script (WEBKIT_EMBED (embed)->priv->web_view, "print();");
}
static void