elementary/widget - missed return there.

thanks glima for spotting it.



SVN revision: 84270
This commit is contained in:
ChunEon Park 2013-02-21 03:42:04 +00:00
parent b17a158181
commit 73bd086b53
1 changed files with 1 additions and 0 deletions

View File

@ -4083,6 +4083,7 @@ _elm_widget_theme_object_set(Eo *obj, void *_pd EINA_UNUSED, va_list *list)
snprintf(buf, sizeof(buf), "elm,state,orient,%d", ret2);
elm_object_signal_emit(obj, buf, "elm");
if (ret) *ret = EINA_TRUE;
return;
}
if (ret) *ret = EINA_FALSE;