BrowserView.js
authorChris <chris@roojs.com>
Tue, 17 Sep 2013 08:14:39 +0000 (16:14 +0800)
committerChris <chris@roojs.com>
Tue, 17 Sep 2013 08:14:39 +0000 (16:14 +0800)
BrowserView.js

index 944f00d..96aab66 100644 (file)
@@ -140,7 +140,7 @@ BrowserView = new GType({
                 var mf = _t.get_main_frame();
                 var p = new Gtk.PrintOperation({ export_filename : '/home/chris/test_pdf/test2.pdf' });
                 
-                mf.print_full(p, Gtk.PrintOperationAction.EXPORT)
+                mf.print_full(p, Gtk.PrintOperationAction.PEWVIEW)
                 //Seed.quit();
             });