elementary/elm_icon: fix wrong parameter

SVN revision: 78947
This commit is contained in:
Mikael SANS 2012-11-06 19:51:26 +00:00
parent b2a161c8e1
commit 98e76632a7
2 changed files with 5 additions and 1 deletions

View File

@ -660,3 +660,7 @@
2012-11-06 Gustavo Lima (glima)
* Fix typo on check's theme -- back from disabled state was broken.
2012-11-07 Mikael Sans (xhell)
* Fix wrong parameter for thumbnail error in elm_icon.

View File

@ -218,7 +218,7 @@ _icon_thumb_error(Ethumb_Client *client,
ERR("could not generate thumbnail for %s (key: %s)",
sd->thumb.file.path, sd->thumb.file.key);
evas_object_smart_callback_call(data, SIG_THUMB_ERROR, NULL);
evas_object_smart_callback_call(ELM_WIDGET_DATA(sd)->obj, SIG_THUMB_ERROR, NULL);
_icon_thumb_cleanup(client);
}