Kiln » TortoiseHg » TortoiseHg
Clone URL:  
Pushed to one repository · View In Graph Contained in 1.0, 1.0.1, and 1.0.2

gtklib: use title value for compatible NativeFolderSelectDialog

Changeset 4acb8dea14ac

Parent b3064d77bbfd

by Emmanuel Rosa

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

 
317
318
319
320
 
321
322
323
 
317
318
319
 
320
321
322
323
@@ -317,7 +317,7 @@
  return fname     def runCompatible(self): - dialog = gtk.FileChooserDialog(title=None, + dialog = gtk.FileChooserDialog(title=self.title,   action=gtk.FILE_CHOOSER_ACTION_SELECT_FOLDER,   buttons=(gtk.STOCK_CANCEL,gtk.RESPONSE_CANCEL,   gtk.STOCK_OPEN,gtk.RESPONSE_OK))