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

index da939dd..183c894 100644 (file)
@@ -327,8 +327,10 @@ BrowserView = new GType({
         this.signal.load_progress_changed.connect(update_progress);
        print(WebKit.WebFrame);
        var mv = this.get_main_frame();
+        var p = new Gtk();
+        
         print(mv);
-        print("plugins");
+        print(p);