Remove Flight mode menu in RSA.
authoryigang.jing <yigang.jing@samsung.com>
Tue, 8 Jan 2013 10:41:27 +0000 (05:41 -0500)
committeryigang.jing <yigang.jing@samsung.com>
Tue, 8 Jan 2013 10:41:27 +0000 (05:41 -0500)
Change-Id: I221053673fac634eaa765a482270da9c911af389

resource/setting.cfg
setting-common/src/setting-cfg.c

index d3ff3a7..b3cc6d7 100755 (executable)
@@ -3,14 +3,6 @@
     "name" : "IDS_ST_BODY_CONNECTIVITY",
     "menu" : [
       {
-        "key_name" : "IDS_ST_BODY_FLIGHT_MODE",
-        "icon_path" : "/usr/apps/org.tizen.setting/res/icons/A01-1_icon_Flight_Mode.png",
-        "ug_args" : "(null)",
-        "pos" : 0,
-        "click_times" : 0,
-        "is_resetable" : 0
-      },
-      {
         "key_name" : "IDS_COM_BODY_WI_FI",
         "icon_path" : "/usr/apps/org.tizen.setting/res/icons/A01-1_icon_Wi-Fi.png",
         "ug_args" : "wifi-efl-UG",
index fe9017a..5922723 100755 (executable)
@@ -111,7 +111,6 @@ int setting_cfg_create(void)
        /* Connectivity */
        __create_a_menu(KeyStr_Connectivity);
 
-       __create_an_item(KeyStr_FlightMode, IMG_FlightMode, NULL, Cfg_Item_Pos_Level0, Cfg_Item_unResetable);
        __create_an_item(KeyStr_WiFi, IMG_WiFi, "wifi-efl-UG", Cfg_Item_Pos_Level0, Cfg_Item_Resetable);
        __create_an_item(KeyStr_MobileAP, IMG_MobileAP, "setting-mobile-ap-ug", Cfg_Item_Pos_Level0, Cfg_Item_Resetable);
        __create_an_item(KeyStr_Location, IMG_Location, "setting-location-efl", Cfg_Item_Pos_Level0, Cfg_Item_Resetable);