[src/modules/ctxpopup_copypasteUI/copypaste.c] removed elm_object_style_set for the...
authorChunEon Park <chuneon.park@samsung.com>
Tue, 17 Aug 2010 01:52:41 +0000 (10:52 +0900)
committerChunEon Park <chuneon.park@samsung.com>
Tue, 17 Aug 2010 01:52:41 +0000 (10:52 +0900)
src/modules/ctxpopup_copypasteUI/copypaste.c

index eac9efd..bb4151e 100644 (file)
@@ -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");