rimmed pushed a commit to branch eflete-1.18.

http://git.enlightenment.org/tools/eflete.git/commit/?id=18af8d90ec9d51453fa5fcdefcb2469941c2b25f

commit 18af8d90ec9d51453fa5fcdefcb2469941c2b25f
Author: Andrii Kroitor <an.kroi...@samsung.com>
Date:   Thu Sep 15 12:43:22 2016 +0300

    tabs: fix wrong args order
    
    Fix svace WID 436612
---
 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 8f826d4..af66fe3 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->images) - 1, /* dummy image 
should not be counted */
                   eina_list_count(ap.project->sounds) + 
eina_list_count(ap.project->tones) - 1,/* dummy sample should not be counted */
                   eina_list_count(ap.project->fonts),
-                  authors, version, license, comment);
+                  version, authors, license, comment);
      }
 }
 

-- 


Reply via email to