Modify the drawing strategy of 'Setting->about phone' and to fix the blank issue..
[apps/core/preloaded/settings.git] / setting-about / include / setting-about.h
index 8db521e..c3006c7 100755 (executable)
@@ -58,7 +58,7 @@ struct _SettingAboutUG {
        ui_gadget_h ug;
        TapiHandle *handle;
        bool tapi_responsed;
-       
+
        setting_view *view_to_load;
 
        Elm_Genlist_Item_Class itc_1text;
@@ -92,14 +92,13 @@ struct _SettingAboutUG {
        bool empty_flag;
        //char *my_numbers[SETTING_ABOUT_MY_NUMBERS_LEN];
        TelSimMsisdnList_t my_numbers;
-       int my_number_sel_idx;
        bool popup_showed_flag; /** if popup has been showed, do not show again*/
 //     MOBILE_AP_HANDLE mobile_ap_handle;
 };
 
 extern setting_view setting_view_about_main;
 extern int setting_about_generate_genlist(void *data);
-void setting_about_layout_ug_cb(ui_gadget_h ug, enum ug_mode mode,
-                                 void *priv);
+void setting_about_layout_ug_cb(ui_gadget_h ug, enum ug_mode mode, void *priv);
+void setting_about_main_exp_cb(void *data, Evas_Object *obj, void *event_info);
 
 #endif                         /* __SETTING_ABOUT_H__ */