elementary: Fix call to offer_supports_mime function
authorChris Michael <cp.michael@samsung.com>
Mon, 17 Oct 2016 14:43:43 +0000 (10:43 -0400)
committerChris Michael <cp.michael@samsung.com>
Mon, 17 Oct 2016 14:43:43 +0000 (10:43 -0400)
As this function was misnamed in Ecore_Wl2, update the code here to
use the proper API function.

Signed-off-by: Chris Michael <cp.michael@samsung.com>
src/lib/elementary/elm_cnp.c

index dfe3ae7..3ccd0ec 100644 (file)
@@ -3079,7 +3079,7 @@ _wl_elm_cnp_selection_get(const Evas_Object *obj, Elm_Sel_Type selection, Elm_Se
 
        for (j = 0; convertion[i].translates[j]; j++)
          {
-            if (!ecore_wl2_offer_supprts_mime(offer, convertion[i].translates[j])) continue;
+            if (!ecore_wl2_offer_supports_mime(offer, convertion[i].translates[j])) continue;
 
             //we have found mathing mimetypes
             Selection_Ready *ready;