e17/evry: block less

SVN revision: 78909
This commit is contained in:
Hannes Janetzek 2012-11-05 01:12:19 +00:00
parent 34625fa849
commit f03c7fb898
1 changed files with 4 additions and 1 deletions

View File

@ -514,6 +514,7 @@ _e_smart_reconfigure_do(void *data)
if (sd->place && _place_items(sd))
{
sd->place = EINA_FALSE;
evas_object_smart_callback_call(obj, "changed", NULL);
return ECORE_CALLBACK_RENEW;
}
@ -540,7 +541,7 @@ _e_smart_reconfigure_do(void *data)
}
it->changed = EINA_FALSE;
if (ecore_time_get() - t > 0.03)
if (ecore_time_get() - t > 0.01)
return ECORE_CALLBACK_RENEW;
}
@ -777,6 +778,8 @@ _animator(void *data)
0, sd->scroll_align);
}
sd->place = EINA_TRUE;
if (wait)
return ECORE_CALLBACK_RENEW;