src/Builder4/WindowState.vala
authorAlan Knowles <alan@roojs.com>
Fri, 27 Feb 2015 01:13:28 +0000 (09:13 +0800)
committerAlan Knowles <alan@roojs.com>
Fri, 27 Feb 2015 01:13:28 +0000 (09:13 +0800)
src/Builder4/WindowState.vala

index 12500c7..1315ccd 100644 (file)
@@ -666,13 +666,13 @@ public class WindowState : Object
             case State.CODE: 
             case State.PROP:
             case State.LISTENER:
-            case State.OBJECT
+            case State.OBJECT:
                 
                 this.win.backbutton.el.show();
                 this.win.objectshowbutton.el.show(); // add objects
                 this.win.addpropbutton.el.show();  
                 this.win.addlistenerbutton.el.show(); 
-                 break;
+                break;
                 
             case State.FILES:
                 this.win.backbutton.el.show();