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: disable host&port widgets since they cannot be hidden

Changeset d42ca546477d

Parent 1987ef95433e

by Steve Borho

Changes to one file · Browse files at d42ca546477d Showing diff from parent 1987ef95433e Diff from another changeset...

 
385
386
387
388
 
389
390
391
 
385
386
387
 
388
389
390
391
@@ -385,7 +385,7 @@
  self.urllabel.setText(hglib.tounicode(self.currentUrl(True)))   schemeIndex = self.schemecombo.currentIndex()   for w in self.HostAndPortWidgets: - w.setHidden(schemeIndex == 0) + w.setDisabled(schemeIndex == 0)   self.securebutton.setHidden(schemeIndex != 3)     def currentUrl(self, hidepw):