fix the app size unit
authorEunmi Son <eunmi.son@samsung.com>
Wed, 5 Sep 2012 14:04:09 +0000 (23:04 +0900)
committerEunmi Son <eunmi.son@samsung.com>
Wed, 5 Sep 2012 14:04:09 +0000 (23:04 +0900)
packaging/ug-setting-manage-applications-efl.spec
view/src/mgr-app-view-app-info.c

index 2edc0e5..44e5ffe 100644 (file)
@@ -4,7 +4,7 @@
 
 Name:       ug-setting-manage-applications-efl
 Summary:    Manage Application package
-Version:    0.0.20
+Version:    0.0.22
 Release:    0
 Group:      TO_BE/FILLED_IN
 License:    Flora Software License
index 32989a0..47921c0 100755 (executable)
@@ -44,9 +44,9 @@
 #define STR_POPUP                                      "popup"
 
 #define MAX_NAME_LEN                           128
-#define NUM_KILO                                       1000
-#define NUM_MEGA                                       1000000
-#define NUM_GIGA                                       1000000000
+#define NUM_KILO                                       1024
+#define NUM_MEGA                                       1024*1024
+#define NUM_GIGA                                       1024*1024*1024
 
 #define ELM_TEXT_1                                     "elm.text.1"
 #define ELM_TEXT_2                                     "elm.text.2"