elc_fileselector.c: check null path before fileselector populate.
authorDaniel Juyung Seo <seojuyung2@gmail.com>
Wed, 12 Jun 2013 06:03:47 +0000 (15:03 +0900)
committerDaniel Juyung Seo <seojuyung2@gmail.com>
Wed, 12 Jun 2013 06:03:49 +0000 (15:03 +0900)
commit5820d6d3e4a60ea95ae075c454db2bd405b93d79
tree962417087b532d0ad5eef124b9a2acf77f15bf21
parent6cc2851d459179967efa2f67d3e48dde5c3738fb
elc_fileselector.c: check null path before fileselector populate.

If no path was selected we don't need to populate fileselector.
This fixes https://phab.enlightenment.org/T132.
Thanks uartie for the report.
src/lib/elc_fileselector.c