From: hyunuktak Date: Tue, 4 Sep 2018 06:05:32 +0000 (+0900) Subject: Change the appid for net-popup X-Git-Tag: submit/tizen/20180920.015930~1 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=14801ecb97aee53957595e68b4b03062f4bf003c;p=platform%2Fcore%2Fbase%2Fsyspopup.git Change the appid for net-popup Change-Id: Id96f751d61ec01017cb4d59d4a9729e29eff9254 Signed-off-by: hyunuktak --- diff --git a/tool/sp_initdb.c b/tool/sp_initdb.c index 3b5b8e2..8083b93 100644 --- a/tool/sp_initdb.c +++ b/tool/sp_initdb.c @@ -68,7 +68,7 @@ static struct syspopup_info default_info[] = { {"overheat-syspopup", 3, 0, -1, 0, 0, "org.tizen.overheat-syspopup"}, {"lowmem-syspopup", 0, 0, 5, 0, 0, "org.tizen.lowmem-syspopup"}, {"battery-syspopup", 0, 0, 5, 0, 0, "org.tizen.battery-syspopup"}, - {"net-popup", 0, 0, -1, 0, 0, "net.netpopup"}, + {"net-popup", 0, 0, -1, 0, 0, "org.tizen.net-popup"}, {"usb-syspopup", 1, 0, -1, 2, 2, "org.tizen.usb-syspopup"}, {"usbotg-syspopup", 0, 1, -1, 0, 0, "org.tizen.usbotg-syspopup"}, {"mmc-syspopup", 0, 0, -1, 0, 0, "org.tizen.mmc-syspopup"}, @@ -96,7 +96,7 @@ static struct syspopup_info wearable_info[] = { {"d2d-conv-syspopup", 3, 0, -1, 0, 0, "org.tizen.d2d-conv-syspopup"}, {"fido-syspopup", 3, 0, -1, 0, 0, "org.tizen.fido-syspopup"}, {"telephony-syspopup", 1, 1, 5, 0, 0, "org.tizen.telephony-syspopup"}, - {"net-popup", 0, 0, -1, 0, 0, "net.netpopup"}, + {"net-popup", 0, 0, -1, 0, 0, "org.tizen.net-popup"}, }; static int __unlink_db(void)