BrowserView.js
authorChris <chris@roojs.com>
Tue, 17 Sep 2013 05:47:32 +0000 (13:47 +0800)
committerChris <chris@roojs.com>
Tue, 17 Sep 2013 05:47:32 +0000 (13:47 +0800)
BrowserView.js

index f5ded99..ce1ad9f 100644 (file)
@@ -329,6 +329,7 @@ BrowserView = new GType({
        var mf = this.get_main_frame();
         var p = new Gtk.PrintOperation({ export_filename : 'test.pdf' });
         
+        mf.print_full(p, Gtk.PrintOperationAction.EXPORT);
         print(mf);
         print(p);