Re: [E-devel] Bug in Elementary File Selector with ampersand in filename

2012-04-20 Thread The Rasterman
On Thu, 19 Apr 2012 19:27:03 +0300 Kai Huuhko said: > Elementary File Selector does not handle correctly file/foldernames > with ampersands in them. This is not only cosmetic, in that everything > after the ampersand is cut of, but also functional; the file or folder > path is not properly passed

Re: [E-devel] Bug in Elementary File Selector with ampersand in filename

2012-04-19 Thread Kai Huuhko
Also in folder_only mode, any selected folder with utf-8 characters in it's name is not correctly passed to the "done" callback. Filenames seem to be ok, and utf-8 folders when they are higher up the file system hierarchy. 2012/4/19 Kai Huuhko : > Elementary File Selector does not handle correctly

[E-devel] Bug in Elementary File Selector with ampersand in filename

2012-04-19 Thread Kai Huuhko
Elementary File Selector does not handle correctly file/foldernames with ampersands in them. This is not only cosmetic, in that everything after the ampersand is cut of, but also functional; the file or folder path is not properly passed to the callback function. --