elc_fileselector: Small formatting fix.

Spotted by devilhorns. Somehow I feel watched here. ;)
This commit is contained in:
Stefan Schmidt 2013-06-11 08:48:20 +01:00
parent 215e935ea1
commit 06c869eece
1 changed files with 1 additions and 1 deletions

View File

@ -1254,7 +1254,7 @@ _selected_set(Eo *obj, void *_pd, va_list *list)
goto clean_up;
}
selected= ecore_file_dir_get(path);
selected = ecore_file_dir_get(path);
_populate(obj, selected, NULL);
eina_stringshare_replace(&sd->selection, path);
free(selected);