X-Git-Url: http://review.tizen.org/git/?p=platform%2Fcore%2Fappfw%2Fail.git;a=blobdiff_plain;f=src%2Fail_desktop.c;h=4b80bab5d2a31fc9958667ab7af726ac89bf6a9d;hp=aeb06eebe371df1c86d9ebecec93c219394cb9cd;hb=8014cc1e9c85c5820fe30aba3e6df926bce7629f;hpb=aef208eb4955f16cddcd7de087da42c084de56c8 diff --git a/src/ail_desktop.c b/src/ail_desktop.c index aeb06ee..4b80bab 100755 --- a/src/ail_desktop.c +++ b/src/ail_desktop.c @@ -1585,8 +1585,6 @@ 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()); - 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);