fileselector: Fixed that data of "done" signal may start with two slash
authorRyuan Choi <ryuan.choi@gmail.com>
Wed, 29 Jan 2014 14:08:55 +0000 (23:08 +0900)
committerRyuan Choi <ryuan.choi@gmail.com>
Wed, 29 Jan 2014 14:19:46 +0000 (23:19 +0900)
commita1a87c102eca57e70f5160f34ae1b040a4dea023
tree6a40ecc3eb85773b8b44578b15f2de708914fdad
parent69c25adea41c8e4ec77c21c687e9cd12897efca6
fileselector: Fixed that data of "done" signal may start with two slash

When moved to root(/) and typed something in name_entry,
ok button sent //something as as data of "done" signal.

This patch checked current path string not to concatenate two slash.
legacy/elementary/src/lib/elc_fileselector.c