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

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

index 5f84ef9..85c53e5 100644 (file)
       },
       {
        "id" : "statusbar",
-       "* init" : "{\n     Resources.singleton().updateProgress.connect((pos) => {\n        if (pos < 1) {\n            this.el.hide();\n            return;\n        }\n        this.el.show();\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",
+       "* init" : "{\n     Resources.singleton().updateProgress.connect((pos) => {\n        if (pos < 1) {\n            this.el.hide();\n            return;\n        }\n        this.el.show();\n        var cid = this.el.get_context_id(\"resources\");\n        this.el.remove_all(cid);\n        this.el.push(cid,\"Fetching Resource : %s/6\".printf(pos.to_string()));\n     });\n}\n",
        "xtype" : "Statusbar",
        "* pack" : "pack_end,false,true,0",
        "$ xns" : "Gtk"
index 9353267..6b2fc20 100644 (file)
@@ -2011,7 +2011,7 @@ public class Xcls_MainWindow : Object
                     this.el.show();
                     var cid = this.el.get_context_id("resources");
                     this.el.remove_all(cid);
-                    this.el.push(cid,"Fetching Resource : %d/6".print(pos));
+                    this.el.push(cid,"Fetching Resource : %s/6".printf(pos.to_string()));
                  });
             }
         }