Kiln » TortoiseHg » TortoiseHg
Clone URL:  
Pushed to one repository · View In Graph Contained in 2.0.4, 2.0.5, and 2.1

stable sync: hide host and port widgets on stable branch

On default these widgets cannot be hidden unless we backout the switch to
a toolbar

Changeset fff57464316d

Parent 475eafd798bb

by Steve Borho

Changes to one file · Browse files at fff57464316d Showing diff from parent 475eafd798bb Diff from another changeset...

 
395
396
397
398
 
399
400
401
 
395
396
397
 
398
399
400
401
@@ -395,7 +395,7 @@
  self.urllabel.setText(hglib.tounicode(self.currentUrl(True)))   schemeIndex = self.schemecombo.currentIndex()   for w in self.HostAndPortWidgets: - w.setDisabled(schemeIndex == 0) + w.setHidden(schemeIndex == 0)   self.securebutton.setHidden(schemeIndex != 3)     opts = []