From b4bf5ff48efbb81b63d6764782a2738273973a3a Mon Sep 17 00:00:00 2001 From: shilpa Date: Mon, 26 Jul 2010 15:22:15 +0900 Subject: [PATCH] removed copy paste style of ctxpopup, using default style --- src/modules/ctxpopup_copypasteUI/copypaste.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) mode change 100644 => 100755 src/modules/ctxpopup_copypasteUI/copypaste.c diff --git a/src/modules/ctxpopup_copypasteUI/copypaste.c b/src/modules/ctxpopup_copypasteUI/copypaste.c old mode 100644 new mode 100755 index f680172..cffc2c7 --- a/src/modules/ctxpopup_copypasteUI/copypaste.c +++ b/src/modules/ctxpopup_copypasteUI/copypaste.c @@ -125,7 +125,8 @@ obj_longpress(Evas_Object *obj) top = elm_widget_top_get(obj); if(top) ext_mod->popup = elm_ctxpopup_add(top); - elm_object_style_set(ext_mod->popup,"entry"); + /*currently below theme not used,when guideline comes a new theme can be created if required*/ + //elm_object_style_set(ext_mod->popup,"entry"); elm_ctxpopup_scroller_disabled_set(ext_mod->popup, EINA_TRUE); context_menu_orientation = edje_object_data_get (ext_mod->ent, "context_menu_orientation"); -- 2.7.4