src/Builder4/WindowState.vala
authorAlan Knowles <alan@roojs.com>
Fri, 19 Jun 2015 09:18:42 +0000 (17:18 +0800)
committerAlan Knowles <alan@roojs.com>
Fri, 19 Jun 2015 09:18:42 +0000 (17:18 +0800)
src/Builder4/WindowState.vala

index b959f94..69956d9 100644 (file)
@@ -967,19 +967,16 @@ public class WindowState : Object
                                this.win.addpropbutton.el.show();  
                                this.win.addlistenerbutton.el.show(); 
                                this.win.search_entry.el.show();
-                               this.win.search_results.el.show();
                                
                                break;
                        
                        case State.CODEONLY: 
                                this.win.projectbutton.el.show();
                                this.win.search_entry.el.show();
-                               this.win.search_results.el.show();
                                break;
                   
                        case State.CODE: 
                                this.win.search_entry.el.show();
-                               this.win.search_results.el.show();
                                this.win.backbutton.el.show();
                                this.win.objectshowbutton.el.show(); // add objects ?? can you do this from here?
                                this.win.addpropbutton.el.show();  
@@ -1010,7 +1007,7 @@ public class WindowState : Object
                                        }
                                        this.win.addfilebutton.el.show();
                                        this.win.search_entry.el.show();
-                                       this.win.search_results.el.show();
+                                        
                                }