Remove code to use unsupported style 20/47820/1
authorJihoon Kim <jihoon48.kim@samsung.com>
Wed, 9 Sep 2015 07:15:50 +0000 (16:15 +0900)
committerJihoon Kim <jihoon48.kim@samsung.com>
Wed, 9 Sep 2015 07:15:50 +0000 (16:15 +0900)
Change-Id: Id0fa09b57a7fe81b2afc5c8b1b1bcb4cdd6bafd0

im_setting_selector/input_method_setting_selector_ui.cpp

index af70315df72b6094f696a91d38381613424c6c1b..a103d816b9e9e4f63088b74e8f971f90a7efa765 100644 (file)
@@ -363,7 +363,6 @@ Evas_Object *im_setting_selector_popup_create(void *data)
     elm_popup_align_set (ad->popup, ELM_NOTIFY_ALIGN_FILL, 1.0);
     evas_object_smart_callback_add(ad->popup, "block,clicked", im_setting_selector_popup_block_clicked_cb, NULL);
     elm_object_part_text_set(ad->popup, "title,text", IM_SETTING_SELECTOR_TITLE);
-    elm_object_style_set(ad->popup, "theme_bg");
 
     ad->naviframe = im_setting_selector_naviframe_create(ad->win);
     ad->genlist = im_setting_selector_list_create(data);