From a026b1ec02293586e5f9757892bd28017a32c0f2 Mon Sep 17 00:00:00 2001 From: Hyoyoung Chang Date: Fri, 17 Sep 2010 10:01:52 +0900 Subject: [PATCH] [cbhm] adding copypaste in ui --- src/modules/popup_copypasteUI/copypaste.c | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/src/modules/popup_copypasteUI/copypaste.c b/src/modules/popup_copypasteUI/copypaste.c index 745efab..8c177f3 100644 --- a/src/modules/popup_copypasteUI/copypaste.c +++ b/src/modules/popup_copypasteUI/copypaste.c @@ -46,6 +46,14 @@ _item_clicked(void *data, Evas_Object *obj, void *event_info) Evas_Object *obj2 = it->obj; if (it->func) it->func(it->data, obj2, NULL); + // start for cbhm + if (!strcmp(it->label, "Menu")) + { + elm_cbhm_helper_init(obj); + elm_cbhm_set_me_as_target(elm_win_xwindow_get(obj)); + elm_cbhm_send_raw_data("show"); + } + // end for cbhm evas_object_hide(ext_mod->popup); } -- 2.7.4