From c914df983a63476144090181bbd8c67372ac91bd Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Wed, 8 Jun 2016 18:07:19 +0800 Subject: [PATCH] src/Builder4/WindowState.vala --- src/Builder4/WindowState.vala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); -- 2.39.2