[elm] Dangerous typo--.

SVN revision: 75894
This commit is contained in:
Gustavo Lima Chaves 2012-08-30 16:45:59 +00:00
parent 389f6eaf14
commit b72ea21550
1 changed files with 1 additions and 1 deletions

View File

@ -1540,7 +1540,7 @@ elm_widget_data_set(Evas_Object *obj,
{
API_ENTRY return;
if (!_elm_widget_is(obj)) return;
if (!_elm_legacy_is(obj)) return;
COMPAT_SMART_DATA(sd)->data = data;
}