elm icon: Removed trailing whitespaces.

SVN revision: 63404
This commit is contained in:
Daniel Juyung Seo 2011-09-15 02:20:26 +00:00
parent 45372847f9
commit ed9c9d4718
1 changed files with 1 additions and 1 deletions

View File

@ -713,7 +713,7 @@ elm_icon_thumb_set(Evas_Object *obj, const char *file, const char *group)
if (!wd) return;
#ifdef HAVE_ELEMENTARY_ETHUMB
evas_object_event_callback_del_full(obj, EVAS_CALLBACK_RESIZE,
evas_object_event_callback_del_full(obj, EVAS_CALLBACK_RESIZE,
_elm_icon_standard_resize, wd);
evas_object_event_callback_del_full(obj, EVAS_CALLBACK_RESIZE,
_elm_icon_thumb_resize, wd);