From 390fdc6b8a2c0e47e73ae78279f40053cc98be57 Mon Sep 17 00:00:00 2001 From: Seonah Moon Date: Tue, 19 Apr 2016 15:17:17 +0900 Subject: [PATCH] Change the syspopup name for network notification popup Change-Id: I2dfdbe84c14a4b007bae022c329a8a99763fe219 Signed-off-by: Seonah Moon --- packaging/net-config.spec | 2 +- src/utils/util.c | 4 ++-- src/wifi-state.c | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/packaging/net-config.spec b/packaging/net-config.spec index d54ffff..b6c9468 100755 --- a/packaging/net-config.spec +++ b/packaging/net-config.spec @@ -1,6 +1,6 @@ Name: net-config Summary: TIZEN Network Configuration service -Version: 1.1.66 +Version: 1.1.67 Release: 2 Group: System/Network License: Apache-2.0 diff --git a/src/utils/util.c b/src/utils/util.c index e339c29..03d5eba 100644 --- a/src/utils/util.c +++ b/src/utils/util.c @@ -878,7 +878,7 @@ gboolean netconfig_send_notification_to_net_popup(const char * noti, const char bundle_add(b, "_AP_NAME_", ssid); } - ret = syspopup_launch("net.netpopup", b); + ret = syspopup_launch("net-popup", b); bundle_free(b); @@ -902,7 +902,7 @@ int netconfig_send_message_to_net_popup(const char *title, bundle_add(b, "_SYSPOPUP_TYPE_", type); bundle_add(b, "_AP_NAME_", ssid); - ret = syspopup_launch("net.netpopup", b); + ret = syspopup_launch("net-popup", b); bundle_free(b); diff --git a/src/wifi-state.c b/src/wifi-state.c index 8b9cc33..ad71f3b 100755 --- a/src/wifi-state.c +++ b/src/wifi-state.c @@ -61,7 +61,7 @@ static void __netconfig_pop_wifi_connected_poppup(const char *ssid) bundle_add(b, "_AP_NAME_", ssid); DBG("Launch Wi-Fi connected alert network popup"); - syspopup_launch("net.netpopup", b); + syspopup_launch("net-popup", b); bundle_free(b); } -- 2.34.1