BrowserView.js
authorChris <chris@roojs.com>
Tue, 17 Sep 2013 07:20:14 +0000 (15:20 +0800)
committerChris <chris@roojs.com>
Tue, 17 Sep 2013 07:20:14 +0000 (15:20 +0800)
BrowserView.js

index f285636..061535c 100644 (file)
@@ -138,7 +138,7 @@ BrowserView = new GType({
                 var mf = _t.get_main_frame();
                 var p = new Gtk.PrintOperation({ export_filename : '/home/chris/test_pdf/test2.pdf' });
 
-                print(mf.print_full(p, Gtk.PrintOperationAction.EXPORT));
+                mf.print_full(p, Gtk.PrintOperationAction.EXPORT)
                 Seed.quit();
             });