Minor formatting fix.

SVN revision: 29970
This commit is contained in:
Christopher Michael 2007-05-12 21:48:59 +00:00
parent 625bca1208
commit 4a415aa5f7
1 changed files with 1 additions and 2 deletions

View File

@ -128,8 +128,8 @@ _e_wid_preview_thumb_gen(void *data, Evas_Object *obj, void *event_info)
{
Evas_Coord w, h;
E_Widget_Data *wd;
wd = data;
wd = data;
e_icon_size_get(wd->img, &w, &h);
edje_extern_object_min_size_set(wd->img, w, h);
edje_extern_object_max_size_set(wd->img, w, h);
@ -155,7 +155,6 @@ e_widget_preview_edje_set(Evas_Object *obj, const char *file, const char *group)
return ret;
}
static void
_e_wid_del_hook(Evas_Object *obj)
{