edje: remove deprecated use of Eina_Binbuf functions.

This commit is contained in:
Cedric BAIL 2015-03-17 08:50:55 +01:00
parent 0e5686de73
commit aab01a80b2
1 changed files with 1 additions and 1 deletions

View File

@ -1506,7 +1506,7 @@ edje_edit_sound_samplebuffer_get(Evas_Object *obj, const char *sample_name)
return NULL;
}
eet_close(ef);
return eina_binbuf_manage_read_only_new_length(data, len);
return eina_binbuf_manage_new(data, len, EINA_TRUE);
}
}
return NULL;