e deskpreview widget: don't double free desktops when decreasing the number of desktops.

Desktop is already freed by a callback on the icon (see r73807), no need to free it again.


SVN revision: 73905
This commit is contained in:
Chidambar Zinnoury 2012-07-16 04:46:01 +00:00
parent 1a728fafd9
commit cca3979f86
1 changed files with 0 additions and 1 deletions

View File

@ -193,7 +193,6 @@ _e_wid_reconfigure(E_Widget_Data *wd)
evas_object_del(dd->thumb);
evas_object_del(dw);
wd->desks = eina_list_remove(wd->desks, dw);
E_FREE(dd);
}
}