From 8ef1cf3fce03adf5097f2f8978346a4159e8fded Mon Sep 17 00:00:00 2001 From: Chris Date: Tue, 17 Sep 2013 16:57:34 +0800 Subject: [PATCH] BrowserView.js --- BrowserView.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BrowserView.js b/BrowserView.js index 6e9dcdb..04ed939 100644 --- a/BrowserView.js +++ b/BrowserView.js @@ -159,7 +159,7 @@ BrowserView = new GType({ var s = p.get_print_settings(); print(s); //p.set_print_settings(s); - mf.print_full(p, Gtk.PrintOperationAction.PREVIEW) + mf.print_full(p, Gtk.PrintOperationAction.EXPORT) //Seed.quit(); }); -- 2.39.2