Kiln » TortoiseHg » TortoiseHg
Clone URL:  
Pushed to one repository · View In Graph Contained in 1.9, 1.9.1, and 1.9.2

workbench: allow to close the last repo tab

Changeset 6c0810ba3ab5

Parent 44a6a3139d2b

by Adrian Buehlmann

Changes to one file · Browse files at 6c0810ba3ab5 Showing diff from parent 44a6a3139d2b Diff from another changeset...

 
102
103
104
105
106
107
108
109
 
102
103
104
 
 
105
106
107
@@ -102,8 +102,6 @@
    def repoTabCloseRequested(self, index):   tw = self.repoTabsWidget - if (tw.count() == 1): - return # ignore request to close the last tab   tw.removeTab(index)     def repoTabChanged(self, index=0):