BrowserWindow.bjs
authorAlan Knowles <alan@roojs.com>
Mon, 17 Oct 2016 08:33:40 +0000 (16:33 +0800)
committerAlan Knowles <alan@roojs.com>
Mon, 17 Oct 2016 08:33:40 +0000 (16:33 +0800)
BrowserWindow.vala

BrowserWindow.bjs
BrowserWindow.vala

index 1f487b9..e95f3d3 100644 (file)
@@ -25,7 +25,6 @@
      "items" : [
       {
        "listeners" : {
-        "resource_request_starting" : "(p0, webres, netreq ) => {\n  print(\"resource req. started %s\\n\", netreq.uri);\n     \n}",
         "load_finished" : "( ) => {\n\t\t \n       this.printit();\n \n}"
        },
        "id" : "view",
index 3695e5b..6bc0264 100644 (file)
@@ -125,10 +125,6 @@ public class BrowserWindow : Object
             }
 
             //listeners
-            this.el.resource_request_starting.connect( (p0, webres, netreq ) => {
-              print("resource req. started %s\n", netreq.uri);
-                 
-            });
             this.el.load_finished.connect( ( ) => {
                         
                    this.printit();