X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=src%2Fail_desktop.c;h=1e666cc53304c41b3aca708c1545529da993ad38;hb=refs%2Ftags%2Fsubmit%2Ftizen_common%2F20150122.160433;hp=48f7d3d46e8f6aa49a422d608632f2590b2447b1;hpb=6de70f2ffa8664b4b04693e9505566b118dc139a;p=platform%2Fcore%2Fappfw%2Fail.git diff --git a/src/ail_desktop.c b/src/ail_desktop.c index 48f7d3d..1e666cc 100755 --- a/src/ail_desktop.c +++ b/src/ail_desktop.c @@ -33,7 +33,6 @@ #include #include -#include #include #include #include @@ -42,6 +41,7 @@ #include "ail_db.h" #include "ail_sql.h" #include "ail.h" +#include "ail_vconf.h" #define BUFSIZE 4096 #define GLOBAL_USER tzplatform_getuid(TZ_SYS_GLOBALAPP_USER) @@ -260,7 +260,7 @@ _get_icon_with_path(char* icon, uid_t uid) /* "db/setting/theme" is not exist */ #if 0 - theme = vconf_get_str("db/setting/theme"); + theme = ail_vconf_get_str("db/setting/theme"); if (!theme) { theme = strdup("default"); if(!theme) { @@ -1581,8 +1581,8 @@ static ail_error_e _send_db_done_noti(noti_type type, const char *package) retv_if(!noti_string, AIL_ERROR_OUT_OF_MEMORY); snprintf(noti_string, size + 1, "%s:%s:%u", type_string, package, getuid()); - vconf_set_str(VCONFKEY_AIL_INFO_STATE, noti_string); - vconf_set_str(VCONFKEY_MENUSCREEN_DESKTOP, noti_string); // duplicate, will be removed + ail_vconf_set_str(VCONFKEY_AIL_INFO_STATE, noti_string); + ail_vconf_set_str(VCONFKEY_MENUSCREEN_DESKTOP, noti_string); // duplicate, will be removed _D("Noti : %s", noti_string); free(noti_string);