Kiln » TortoiseHg » TortoiseHg
Clone URL:  
Pushed to one repository · View In Graph Contained in 1.9.3, 2.0, and 2.0.1

stable workbench: switch to repo tab that is blocking closure

Changeset f901d4a3aaec

Parent 4adf9ab423dc

by Steve Borho

Changes to one file · Browse files at f901d4a3aaec Showing diff from parent 4adf9ab423dc Diff from another changeset...

 
649
650
651
 
652
653
654
 
649
650
651
652
653
654
655
@@ -649,6 +649,7 @@
  for idx in range(tw.count()):   rw = tw.widget(idx)   if not rw.closeRepoWidget(): + tw.setCurrentWidget(rw)   return False   return True