src/Builder4/MainWindow.bjs
authorAlan Knowles <alan@roojs.com>
Tue, 17 Mar 2015 13:28:34 +0000 (21:28 +0800)
committerAlan Knowles <alan@roojs.com>
Tue, 17 Mar 2015 13:28:34 +0000 (21:28 +0800)
src/Builder4/MainWindow.vala

src/Builder4/MainWindow.bjs
src/Builder4/MainWindow.vala

index 64ee38e..376c85b 100644 (file)
       },
       {
        "id" : "statusbar",
-       "* init" : "{\n     Resources.singleton().updateProgress.connect((pos) => {\n        var cid = this.el.get_context_id(\"resources\");\n        this.el.remove_all(cid);\n        this.el.push(cid,\"Fetching Resource : %d\".print(pos));\n     });\n}\n",
+       "* init" : "{\n     Resources.singleton().updateProgress.connect((pos) => {\n        var cid = this.el.get_context_id(\"resources\");\n        this.el.remove_all(cid);\n        this.el.push(cid,\"Fetching Resource : %d/6\".print(pos));\n     });\n}\n",
        "xtype" : "Statusbar",
        "* pack" : "pack_end,false,true,0",
        "$ xns" : "Gtk"
index b1286e6..703f515 100644 (file)
@@ -2004,7 +2004,7 @@ public class Xcls_MainWindow : Object
                  Resources.singleton().updateProgress.connect((pos) => {
                     var cid = this.el.get_context_id("resources");
                     this.el.remove_all(cid);
-                    this.el.push(cid,"Fetching Resource : %d".print(pos));
+                    this.el.push(cid,"Fetching Resource : %d/6".print(pos));
                  });
             }
         }