Revert "fix crash in deskmirror with smart data being null"

This reverts commit 5f0506c790.

this commit makes no sense. if it prevents a crash, then there is a more serious bug elsewhere which should not be covered over by this bandaid.
This commit is contained in:
Mike Blumenkrantz 2014-06-05 16:59:47 -04:00
parent bb86560a05
commit d26dee5805
1 changed files with 1 additions and 1 deletions

View File

@ -250,10 +250,10 @@ _e_deskmirror_mirror_frame_recalc_cb(void *data, Evas_Object *obj, void *event_i
Mirror *m = data;
Mirror_Border *mb;
if (m->frame)
{
mb = evas_object_smart_data_get(m->mirror);
if (!mb) return;
if (mb->m->ec && (!e_object_is_del(E_OBJECT(mb->m->ec))))
{
if (e_comp_object_frame_exists(obj))