Re: [E-devel] [EFL/Elementary PATCH] Use eina_file_stat_ls() when listing profiles

2013-02-16 Thread Cedric BAIL
On Sat, Feb 16, 2013 at 5:52 AM, Paulo C. A. Cavalcanti Jr pca...@zytor.com wrote: _elm_config_profiles_list() function checks for file types, so this patch replaces eina_file_direct_ls() with eina_file_stat_ls() to make it working on filesystems that do not support d_type in direct structure.

[E-devel] [EFL/Elementary PATCH] Use eina_file_stat_ls() when listing profiles

2013-02-15 Thread Paulo C. A. Cavalcanti Jr
_elm_config_profiles_list() function checks for file types, so this patch replaces eina_file_direct_ls() with eina_file_stat_ls() to make it working on filesystems that do not support d_type in direct structure. From 23644194695996d68ea10d8d96e2dfbfa9710a9f Mon Sep 17 00:00:00 2001 From: Paulo C.