diff --git a/source/libublsettings-gtk3-apps.c b/source/libublsettings-gtk3-apps.c index 6bb9710..9c57f34 100644 --- a/source/libublsettings-gtk3-apps.c +++ b/source/libublsettings-gtk3-apps.c @@ -61,7 +61,7 @@ int yon_app_set_from_file(apps *target, const char *path){ void yon_apps_init(){ int size; - config_str paths = yon_dir_get_contents(DesktopPath,&size); + config_str paths = yon_file_ls(DesktopPath,&size); _apps = g_hash_table_new_full(g_str_hash,g_str_equal,(GDestroyNotify)free,(GDestroyNotify)yon_app_free); for (int i=0;i