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

rename: do initial rename/copy setting only once

Changeset dd6953e85ecf

Parent 06780a971ab9

by Johan Samyn

Changes to one file · Browse files at dd6953e85ecf Showing diff from parent 06780a971ab9 Diff from another changeset...

 
142
143
144
145
146
147
148
149
 
150
151
152
153
 
154
155
156
 
142
143
144
 
145
 
 
 
146
147
148
149
150
151
152
153
154
@@ -142,15 +142,13 @@
    # dialog setting   self.setWindowIcon(qtlib.geticon('rename')) - self.setRenameCopy()   self.setWindowFlags(self.windowFlags() & ~Qt.WindowContextHelpButtonHint) - if iscopy: - self.copy_chk.setChecked(True) - + self.copy_chk.setChecked(iscopy)   self.setLayout(self.vbox)   self.layout().setSizeConstraint(QLayout.SetFixedSize)   self.dest_txt.setFocus()   self._readsettings() + self.setRenameCopy()     def setRenameCopy(self):   if self.windowTitle() == '':