[CopyPaste] Enable repeating click event in cnp popup to other parts
authorThiep Ha <thiep.ha@samsung.com>
Tue, 23 Apr 2013 07:22:21 +0000 (16:22 +0900)
committerSungho Kwak <sungho1.kwak@samsung.com>
Wed, 5 Jun 2013 07:12:11 +0000 (16:12 +0900)
Change-Id: I33852fa16a7cd2e6e242480d53167f541480c814

src/modules/ctxpopup_copypasteUI/copypaste.c

index a571c5d..88ffe02 100644 (file)
@@ -604,8 +604,8 @@ obj_longpress(Evas_Object *obj)
              evas_object_event_callback_add(obj, EVAS_CALLBACK_DEL, _entry_del_cb, ext_mod->popup);
              evas_object_event_callback_add(obj, EVAS_CALLBACK_HIDE, _entry_hide_cb, ext_mod->popup);
           }
-        /*currently below theme not used,when guideline comes a new theme can be created if required*/
-        //elm_object_style_set(ext_mod->popup,"extended/entry");
+        elm_object_style_set(ext_mod->popup,"copypaste");
+
         context_menu_orientation = edje_object_data_get
            (ext_mod->ent, "context_menu_orientation");
         if ((context_menu_orientation) &&