fileselector: Fixed that does not navigate / on path_entry
authorRyuan Choi <ryuan.choi@gmail.com>
Tue, 28 Jan 2014 07:16:44 +0000 (16:16 +0900)
committerRyuan Choi <ryuan.choi@gmail.com>
Tue, 28 Jan 2014 07:30:06 +0000 (16:30 +0900)
commitf731f2ed435431d8563c27597644ea328df260b4
tree4221f6a68252c0af7760ef336c80b4b11dde72e2
parentf6e6fb112afb5f165ff2bbd789fc2763450c625f
fileselector: Fixed that does not navigate / on path_entry

href=/> are not working because /> is considered to self closing tag.

Instead. href='/'> is fine since rEFL2d4ba9e8d
src/lib/elc_fileselector.c