Display package label instead of main app label
authorEunmi Son <eunmi.son@samsung.com>
Tue, 7 May 2013 07:03:42 +0000 (16:03 +0900)
committerEunmi Son <eunmi.son@samsung.com>
Tue, 7 May 2013 07:03:42 +0000 (16:03 +0900)
Change-Id: I89cf1e1cf56907d08f3996cbda9b1eb52dbaeb9d

packaging/ug-setting-manage-applications-efl.spec
ug/src/mgr-app-view-app-list.c

index 23f81ef..3cbac06 100644 (file)
@@ -3,7 +3,7 @@
 
 Name:          ug-setting-manage-applications-efl
 Summary:       Manage Application package
-Version:       0.0.71
+Version:       0.0.72
 Release:       0
 Group:         Applications/System
 License:       Flora Software License
index 838eb65..7de6e4b 100755 (executable)
@@ -302,9 +302,9 @@ static void _get_appinfo_from_pkgmgr(const pkgmgrinfo_pkginfo_h handler, mgr_app
        }
        MGR_APP_DEBUG("icon_path: %s", icon_path);
 
-       r = pkgmgrinfo_appinfo_get_label(appinfo_h, &pkg_label);
+       r = pkgmgrinfo_pkginfo_get_label(handler, &pkg_label);
        if (r < 0) {
-               MGR_APP_DEBUG_ERR("pkgmgrinfo_appinfo_get_label is failed %d", r);
+               MGR_APP_DEBUG_ERR("pkgmgrinfo_pkginfo_get_label is failed %d", r);
                goto end;
        }
        MGR_APP_MEM_STRDUP(app_info->pkg_label, pkg_label);