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

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