Kiln » TortoiseHg » TortoiseHg
Clone URL:  
Pushed to one repository · View In Graph Contained in 0.8, 0.8.1, and 0.8.2

gtklib: convert result path to UTF-8

Changeset 26a128885385

Parent 0721f972b1e9

by Yuki KODAMA

Changes to one file · Browse files at 26a128885385 Showing diff from parent 0721f972b1e9 Diff from another changeset...

Change 1 of 1 Show Entire File hggtk/​gtklib.py Stacked
 
278
279
280
281
 
282
283
284
 
278
279
280
 
281
282
283
284
@@ -278,7 +278,7 @@
  BrowseCallbackProc, # callback function   self.initial) # 'data' param for the callback   if pidl: - fname = shell.SHGetPathFromIDList(pidl) + fname = hglib.toutf(shell.SHGetPathFromIDList(pidl))   except (pywintypes.error, pywintypes.com_error):   pass   return fname