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

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