From 5605b1f04eea82bdd4643531259ef14661026af9 Mon Sep 17 00:00:00 2001 From: Hyunjee Kim Date: Tue, 14 Jan 2014 14:47:09 +0900 Subject: [PATCH] Update for tizen_2.1 Change-Id: Ifef98f680f88a6d6c42a0bc9df005e319da7832c Signed-off-by: Hyunjee Kim --- packaging/wifi-efl-ug.spec | 2 +- sources/ui-gadget/wifi-efl-UG.c | 7 +------ sources/wifi-syspopup/wifi-syspopup.c | 2 +- wifi-efl-ug.xml | 4 ++-- 4 files changed, 5 insertions(+), 10 deletions(-) diff --git a/packaging/wifi-efl-ug.spec b/packaging/wifi-efl-ug.spec index 381b497..e0de84d 100644 --- a/packaging/wifi-efl-ug.spec +++ b/packaging/wifi-efl-ug.spec @@ -1,6 +1,6 @@ Name: wifi-efl-ug Summary: Wi-Fi UI Gadget -Version: 0.5.2_20 +Version: 0.5.2_21 Release: 1 Group: App/Network License: Flora License diff --git a/sources/ui-gadget/wifi-efl-UG.c b/sources/ui-gadget/wifi-efl-UG.c index 36dbb8a..123ac18 100644 --- a/sources/ui-gadget/wifi-efl-UG.c +++ b/sources/ui-gadget/wifi-efl-UG.c @@ -121,12 +121,7 @@ static void *on_create(ui_gadget_h ug, enum ug_mode mode, INFO_LOG(UG_NAME_NORMAL, "message load from caller"); char *caller = NULL; - if (service_get_extra_data(service, UG_CALLER, &caller)) { - ERROR_LOG(UG_NAME_NORMAL, "Fail to get service extra data"); - - __COMMON_FUNC_EXIT__; - return NULL; - } + service_get_extra_data(service, UG_CALLER, &caller); if (caller != NULL) { INFO_LOG(UG_NAME_NORMAL, "caller: %s", caller); diff --git a/sources/wifi-syspopup/wifi-syspopup.c b/sources/wifi-syspopup/wifi-syspopup.c index 22394fb..7c0390e 100644 --- a/sources/wifi-syspopup/wifi-syspopup.c +++ b/sources/wifi-syspopup/wifi-syspopup.c @@ -207,7 +207,7 @@ static void _exit_cb(void *data, Evas_Object *obj, void *event_info) { __COMMON_FUNC_ENTER__; - wifi_syspopup_exit(); + wifi_syspopup_destroy(); __COMMON_FUNC_EXIT__; } diff --git a/wifi-efl-ug.xml b/wifi-efl-ug.xml index ef19813..fd3c49d 100644 --- a/wifi-efl-ug.xml +++ b/wifi-efl-ug.xml @@ -1,12 +1,12 @@ - + Sunil Kim Wi-Fi - + -- 2.7.4