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 title encoding to local encoding

Changeset 96680fa458b9

Parent 70f7297adda2

by Yuki KODAMA

Changes to one file · Browse files at 96680fa458b9 Showing diff from parent 70f7297adda2 Diff from another changeset...

Change 1 of 1 Show Entire File hggtk/​gtklib.py Stacked
 
273
274
275
276
 
277
278
279
 
273
274
275
 
276
277
278
279
@@ -273,7 +273,7 @@
  flags = shellcon.BIF_EDITBOX | 0x40 #shellcon.BIF_NEWDIALOGSTYLE   pidl, _, _ = shell.SHBrowseForFolder(0,   None, - self.title, + hglib.fromutf(self.title),   flags,   BrowseCallbackProc, # callback function   self.initial) # 'data' param for the callback