projects
/
platform
/
upstream
/
elementary.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b9e4d42
)
elm_cnp: Save the callback data.
author
Brett Nash
<nash@nash.id.au>
Mon, 18 Oct 2010 04:48:54 +0000
(
04:48
+0000)
committer
Brett Nash
<nash@nash.id.au>
Mon, 18 Oct 2010 04:48:54 +0000
(
04:48
+0000)
SVN revision: 53558
src/lib/elm_cnp_helper.c
patch
|
blob
|
history
diff --git
a/src/lib/elm_cnp_helper.c
b/src/lib/elm_cnp_helper.c
index 5f51550d0303a7a7b515ef8214b57d2c3f6935f0..edc4edd60392994888257daa79ffb0d921a4ee6b 100644
(file)
--- a/
src/lib/elm_cnp_helper.c
+++ b/
src/lib/elm_cnp_helper.c
@@
-415,6
+415,8
@@
elm_selection_get(Elm_Sel_Type selection, Elm_Sel_Format format,
sel->requestformat = format;
sel->requestwidget = widget;
sel->request(elm_win_xwindow_get(top), ECORE_X_SELECTION_TARGET_TARGETS);
+ sel->datacb = datacb;
+ sel->udata = udata;
return EINA_TRUE;
#else