BrowserView.js
authorChris <chris@roojs.com>
Tue, 17 Sep 2013 05:42:00 +0000 (13:42 +0800)
committerChris <chris@roojs.com>
Tue, 17 Sep 2013 05:42:00 +0000 (13:42 +0800)
BrowserView.js

index 1310f3c..f5ded99 100644 (file)
@@ -329,7 +329,7 @@ BrowserView = new GType({
        var mf = this.get_main_frame();
         var p = new Gtk.PrintOperation({ export_filename : 'test.pdf' });
         
-        print(mv);
+        print(mf);
         print(p);