elm_cnp: Save the callback data.

SVN revision: 53558
This commit is contained in:
Brett Nash 2010-10-18 04:48:54 +00:00
parent 6bb0365d9c
commit d85a144f9b
1 changed files with 2 additions and 0 deletions

View File

@ -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