BrowserView.js
authorChris <chris@roojs.com>
Tue, 17 Sep 2013 06:31:58 +0000 (14:31 +0800)
committerChris <chris@roojs.com>
Tue, 17 Sep 2013 06:31:58 +0000 (14:31 +0800)
BrowserView.js

index 52a3111..967c96a 100644 (file)
@@ -134,7 +134,7 @@ BrowserView = new GType({
         {
             print("load finished");
             
-            GLib.timeout_add(GLib.PRIORITY_LOW, 2000, function() {
+            GLib.timeout_add(GLib.PRIORITY_LOW, 5000, function() {
                 var mf = _t.get_main_frame();
                 var p = new Gtk.PrintOperation({ export_filename : '/home/chris/test_pdf/test2.pdf' });