From: ChunEon Park Date: Tue, 17 Aug 2010 01:52:41 +0000 (+0900) Subject: [src/modules/ctxpopup_copypasteUI/copypaste.c] removed elm_object_style_set for the... X-Git-Tag: beat-winset-test_0.1.1-40~49 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=9e818a87886ec9adda2d3c8503aa375b03018d1f;p=framework%2Fuifw%2Felementary.git [src/modules/ctxpopup_copypasteUI/copypaste.c] removed elm_object_style_set for the ctxpopup. --- diff --git a/src/modules/ctxpopup_copypasteUI/copypaste.c b/src/modules/ctxpopup_copypasteUI/copypaste.c index eac9efd..bb4151e 100644 --- a/src/modules/ctxpopup_copypasteUI/copypaste.c +++ b/src/modules/ctxpopup_copypasteUI/copypaste.c @@ -127,7 +127,6 @@ obj_longpress(Evas_Object *obj) ext_mod->popup = elm_ctxpopup_add(top); /*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_object_style_set(ext_mod->popup, "copypaste"); elm_ctxpopup_scroller_disabled_set(ext_mod->popup, EINA_TRUE); context_menu_orientation = edje_object_data_get (ext_mod->ent, "context_menu_orientation");