win: Fix window icons with object set

Fixes T4981
This commit is contained in:
Jean-Philippe Andre 2017-02-16 20:05:04 +09:00
parent 54e5841b2f
commit 8226fb2e87
1 changed files with 1 additions and 1 deletions

View File

@ -3187,7 +3187,7 @@ _elm_win_xwin_update(Efl_Ui_Win_Data *sd)
{
void *data;
if (efl_isa(sd->icon, EFL_CANVAS_IMAGE_CLASS))
if (efl_isa(sd->icon, EFL_CANVAS_IMAGE_INTERNAL_CLASS))
{
data = evas_object_image_data_get(sd->icon, EINA_FALSE);
if (data)