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

index ce1ad9f..f291ce6 100644 (file)
@@ -329,7 +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_full(p, Gtk.PrintOperationAction.EXPORT));
         print(mf);
         print(p);