Update for tizen_2.1 03/17403/3
authorHyunjee Kim <hj0426.kim@samsung.com>
Tue, 14 Jan 2014 05:47:09 +0000 (14:47 +0900)
committerHyunjee Kim <hj0426.kim@samsung.com>
Fri, 7 Mar 2014 04:30:35 +0000 (13:30 +0900)
Change-Id: Ifef98f680f88a6d6c42a0bc9df005e319da7832c
Signed-off-by: Hyunjee Kim <hj0426.kim@samsung.com>
packaging/wifi-efl-ug.spec
sources/ui-gadget/wifi-efl-UG.c
sources/wifi-syspopup/wifi-syspopup.c
wifi-efl-ug.xml

index 381b497..e0de84d 100644 (file)
@@ -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
index 36dbb8a..123ac18 100644 (file)
@@ -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);
index 22394fb..7c0390e 100644 (file)
@@ -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__;
 }
index ef19813..fd3c49d 100644 (file)
@@ -1,12 +1,12 @@
 <?xml version="1.0" encoding="utf-8"?>
-<manifest xmlns="http://tizen.org/ns/packages" package="wifi-efl-ug" version="0.5.2_9" install-location="internal-only">
+<manifest xmlns="http://tizen.org/ns/packages" package="wifi-efl-ug" version="0.5.2_19" install-location="internal-only">
        <label>Wi-Fi</label>
        <author email="sunil85.kim@samsung.com" href="www.samsung.com">Sunil Kim</author>
        <description>Wi-Fi</description>
        <ui-application appid="wifi-efl-ug" exec="/usr/ug/bin/wifi-efl-UG" nodisplay="true" taskmanage="false" multiple="false" type="capp">
                <label>Wi-Fi</label>
                        <application-service>
-                               <operation name="http://tizen.org/appcontrol/operation/ugtest"/>
+                               <operation name="http://tizen.org/appcontrol/operation/setting/wifi"/>
                        </application-service>
        </ui-application>
 </manifest>