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

stable reporegistry: avoid duplicates when drag and dropping

Without this fix, dragging a repo registry entry would copy rather than move
the dragged entry.

Changeset 1bcb73cf7bd4

Parent 66aa04af1ab2

by Angel Ezquerra

Changes to one file · Browse files at 1bcb73cf7bd4 Showing diff from parent 66aa04af1ab2 Diff from another changeset...

 
296
297
298
299
 
300
301
302
 
296
297
298
 
299
300
301
302
@@ -296,7 +296,7 @@
  def dropAccepted(self):   # Whenever a drag and drop operation is completed, update the settings   # file - self.updateSettingsFile() + QTimer.singleShot(0, self.updateSettingsFile)     @pyqtSlot(QString)   def modifiedSettings(self):