Fixed wrong progress status during installation
authorSoyoung Kim <sy037.kim@samsung.com>
Tue, 23 Apr 2013 08:42:21 +0000 (17:42 +0900)
committerJihoon Chung <jihoon.chung@samsung.com>
Tue, 23 Apr 2013 09:45:24 +0000 (18:45 +0900)
[Issue#] N/A
[Problem] wrong progress status.
[Cause] wrong position smack status.
[Solution] move smack status to end of task.
[SCMRequest] N/A

Change-Id: I2a9c7dd28890e730da948ce4edebb96e1e3ea21f

src/jobs/widget_install/widget_install_context.h

index 069cf1b..7d3eec2 100644 (file)
@@ -64,7 +64,6 @@ struct InstallerContext
         INSTALL_BACKUP_RES_FILES,                      /* For Update */
         INSTALL_BACKUP_EXEC,                           /* For Update */
 
-        INSTALL_SMACK_ENABLE,
         INSTALL_BACKUP_ICONFILE,                         /* For Update */
         INSTALL_COPY_ICONFILE,
         INSTALL_CREATE_EXECFILE,
@@ -77,6 +76,7 @@ struct InstallerContext
         INSTALL_NEW_DB_INSERT,
         INSTALL_ACE_PREPARE,
         INSTALL_ACE_CHECK,
+        INSTALL_SMACK_ENABLE,
 
         INSTALL_END
     } InstallStep;