elm_cnp: Save the callback data.
authorBrett Nash <nash@nash.id.au>
Mon, 18 Oct 2010 04:48:54 +0000 (04:48 +0000)
committerBrett 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

index 5f51550d0303a7a7b515ef8214b57d2c3f6935f0..edc4edd60392994888257daa79ffb0d921a4ee6b 100644 (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