rimmed pushed a commit to branch master.

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

commit b72290b76fab6583a86e65a983c82029de0f2abd
Author: Vyacheslav Reutskiy <v.reuts...@samsung.com>
Date:   Thu Oct 13 12:04:58 2016 +0300

    project_export: avoid to show splash on export develop edj file
    
    Change-Id: I4db103b6ff563bc6a277165e736e728677cf4fd7
---
 src/bin/ui/project_export.c | 11 +++++++++++
 1 file changed, 11 insertions(+)

diff --git a/src/bin/ui/project_export.c b/src/bin/ui/project_export.c
index 8b1984d..fce60ac 100644
--- a/src/bin/ui/project_export.c
+++ b/src/bin/ui/project_export.c
@@ -51,6 +51,17 @@ _export_develop_setup(void *data, Splash_Status status 
__UNUSED__)
         popup_add(_("Export develop edj"), NULL, BTN_CANCEL, NULL, NULL);
      return false;
      }
+   else
+     {
+        /* HOTFIX: export develop edj file is only file copy, and if file is
+         * small spash animation start after file copy and animation will 
player
+         * n loop. For avoid this situation I was add this hack.
+         *
+         * Need to update it, and rewrite correctly.
+         */
+        return false;
+     }
+
    return true;
 }
 

-- 


Reply via email to