Kiln » TortoiseHg » TortoiseHg
Clone URL:  
Pushed to one repository · View In Graph Contained in 0.4, 0.4.1, and 0.5

thgconfig: fix argument error in calling error_dialog

Changeset 4f3966742685

Parent d0814a8e7564

by TK Soh

Changes to one file · Browse files at 4f3966742685 Showing diff from parent d0814a8e7564 Diff from another changeset...

 
351
352
353
354
 
355
356
357
 
351
352
353
 
354
355
356
357
@@ -351,7 +351,7 @@
    def _test_path(self, *args):   if not self.root: - error_dialog('No Repository Found', + error_dialog(self, 'No Repository Found',   'Path testing cannot work without a repository')   return   testpath = self._pathpathedit.get_text()