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

workbench: use "Workbench" for the settings values

Changeset 9f7cd623588b

Parent 06731e08a694

by Adrian Buehlmann

Changes to one file · Browse files at 9f7cd623588b Showing diff from parent 06731e08a694 Diff from another changeset...

 
540
541
542
543
544
545
546
547
548
549
 
 
550
551
552
 
540
541
542
 
543
544
545
546
 
 
547
548
549
550
551
@@ -540,13 +540,12 @@
  return True # we currently have no data to loose     def closeEvent(self, event): - print "closeEvent"   if not self.okToContinue():   event.ignore()   s = QtCore.QSettings()   V = QtCore.QVariant - s.setValue("MainWindow/Size", V(self.size())) - s.setValue("MainWindow/Position", V(self.pos())) + s.setValue("Workbench/Size", V(self.size())) + s.setValue("Workbench/Position", V(self.pos()))    def run(ui, *pats, **opts):   from tortoisehg.hgqt import setup_font_substitutions