src/Builder4/WindowState.vala
authorAlan Knowles <alan@roojs.com>
Sun, 17 May 2015 05:25:26 +0000 (13:25 +0800)
committerAlan Knowles <alan@roojs.com>
Sun, 17 May 2015 05:25:26 +0000 (13:25 +0800)
src/Builder4/MainWindow.bjs
src/Builder4/MainWindow.vala

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

index ff9c734..88fa329 100644 (file)
          "items" : [
           {
            "listeners" : {
-            "activate" : "() => {\n    _this.windowstate.valacompilerrors.show(this.notices);\n}"
+            "activate" : "() => {\n    _this.windowstate.vala_compile_errors.show(this.notices);\n}"
            },
            "bool always_show_image" : true,
            "id" : "statusbar_errors",
index ba747a4..8e0036f 100644 (file)
@@ -2284,7 +2284,7 @@ public class Xcls_MainWindow : Object
 
             // listeners 
             this.el.activate.connect( () => {
-                _this.windowstate.valacompilerrors.show(this.notices);
+                _this.windowstate.vala_compile_errors.show(this.notices);
             });
         }
 
index db05cc4..f7e505b 100644 (file)
@@ -80,8 +80,8 @@ public class WindowState : Object
                this.webkit_plugin = new Xcls_DialogPluginWebkit();
                this.template_select = new DialogTemplateSelect();
                
-               this.valacompileerrors = new Xcls_ValaCompileErrors();
-               this.valacompileerrors.window = this.win;
+               this.vala_compile_errors = new Xcls_ValaCompileErrors();
+               this.vala_compile_errors.window = this.win;
                
                this.children_loaded = true;
        }