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

settings: pass parent to QDialog correctly

Changeset 02f7d74353e5

Parent 6381f478bd02

by Yuya Nishihara

Changes to one file · Browse files at 02f7d74353e5 Showing diff from parent 6381f478bd02 Diff from another changeset...

 
412
413
414
415
 
416
417
418
 
412
413
414
 
415
416
417
418
@@ -412,7 +412,7 @@
 class SettingsDialog(QDialog):   'Dialog for editing Mercurial.ini or hgrc'   def __init__(self, configrepo=False, focus=None, parent=None): - QDialog.__init__(self, parent=None) + QDialog.__init__(self, parent)     self.ui = ui.ui()   try: