rimmed pushed a commit to branch master. http://git.enlightenment.org/tools/eflete.git/commit/?id=b09eeefd101746ca92e77c1f5bc9ad24c6e67658
commit b09eeefd101746ca92e77c1f5bc9ad24c6e67658 Author: Mykyta Biliavskyi <[email protected]> Date: Mon Sep 26 13:08:32 2016 +0300 Tab info: fix order of arguments passed into info_set. @svace WGID 20214 @fix --- src/bin/ui/tab_home_info.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bin/ui/tab_home_info.c b/src/bin/ui/tab_home_info.c index 286c100..dd86000 100644 --- a/src/bin/ui/tab_home_info.c +++ b/src/bin/ui/tab_home_info.c @@ -75,7 +75,7 @@ _tab_project_update() eina_list_count(ap.project->RM.images) - 1, /* dummy image should not be counted */ eina_list_count(ap.project->RM.sounds) + eina_list_count(ap.project->RM.tones) - 1,/* dummy sample should not be counted */ eina_list_count(ap.project->RM.fonts), - authors, version, license, comment); + version, authors, license, comment); } } --
