src/Builder4/WindowState.vala
authorAlan Knowles <alan@roojs.com>
Thu, 16 Jul 2015 10:43:24 +0000 (18:43 +0800)
committerAlan Knowles <alan@roojs.com>
Thu, 16 Jul 2015 10:43:24 +0000 (18:43 +0800)
src/Builder4/WindowState.vala

index 495c451..3beec84 100644 (file)
@@ -1011,7 +1011,7 @@ public class WindowState : Object
                        case State.FILES:
                                if (this.left_projects.getSelectedProject() != null ) {
                                        if (this.left_tree.getActiveFile() != null) {
-                                               this.win.backbutton.el.show();
+                                        
                                                this.win.openbackbtn.el.show();
                                        }
                                        this.win.addfilebutton.el.show();