The eina_file_stat_ls() function should be used instead of
eina_file_direct_ls() in _elm_config_profiles_list() - since it checks
for file types.
Patch by "Paulo C. A. Cavalcanti Jr" <paulo.cavalcanti@intel.com>
SVN revision: 83979
Bora Hwang <bora1.hwang@samsung.com>
Jiyoung Choi <jychoi7.choi@samsung.com>
Arvind R <arvino55@gmail.com>
+Paulo C. A. Cavalcanti Jr <paulo.cavalcanti@intel.com>
2013-02-15 ChunEon Park (Hermet)
* support naviframe, button, label orientation mode.
+
+2013-02-16 Paulo C. A. Cavalcanti Jr
+
+ * Fix elm_config to properly check file type.
* Fix a elm_transit crash issue when user delete all target objects in the effect end callback.
* Fix elc_player pause state to be in sync
* Fix time string display to handle hours right
+ * Fix elm_config to properly check file type.
Removals:
strlen(_elm_data_dir), "config",
sizeof("config") - 1);
- file_it = eina_file_direct_ls(buf);
+ file_it = eina_file_stat_ls(buf);
if (!file_it)
goto list_free;