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

index cd0e745..4817cc9 100644 (file)
@@ -139,7 +139,8 @@ BrowserView = new GType({
                 var p = new Gtk.PrintOperation({ export_filename : '/home/chris/test_pdf/test2.pdf' });
 
                 print(mf.print_full(p, Gtk.PrintOperationAction.EXPORT));
-                Seed.quit;
+                Gtk.main_quit;
+//                Seed.quit;
             });
             
             return;