X-Git-Url: http://git.roojs.org/?p=app.Builder.js;a=blobdiff_plain;f=src%2FBuilder4%2FWindowState.vala;h=d74ad6a9307e219995289747757cb20260cbc231;hp=a4446d5564aa00264f4aac3223c60993f2c5d39f;hb=c914df983a63476144090181bbd8c67372ac91bd;hpb=07fa2ef4d519e6fc5333b8d1c8a5f7c27105688e diff --git a/src/Builder4/WindowState.vala b/src/Builder4/WindowState.vala index a4446d556..d74ad6a93 100644 --- a/src/Builder4/WindowState.vala +++ b/src/Builder4/WindowState.vala @@ -1167,7 +1167,7 @@ public class WindowState : Object } else { this.win.statusbar_depricated.setNotices( new Json.Object(),0); } - if (this.state = State.CODE || this.state == State.PROJECTCODEONLY) { + if (this.state == State.CODE || this.state == State.PROJECTCODEONLY) { buf.highlightErrorsJson("ERR", obj); buf.highlightErrorsJson("WARN", obj); buf.highlightErrorsJson("DEPR", obj);