elementary/elm_layout - trivial changes.

don't need to pass the theme path. 



SVN revision: 61519
This commit is contained in:
ChunEon Park 2011-07-20 08:44:32 +00:00
parent fd5c5be393
commit 73887edbf8
1 changed files with 1 additions and 1 deletions

View File

@ -113,7 +113,7 @@ _theme_hook(Evas_Object *obj)
_elm_theme_object_set(obj, wd->lay, wd->clas, wd->group, wd->style);
edje_object_scale_set(wd->lay, elm_widget_scale_get(obj) *
_elm_config->scale);
evas_object_smart_callback_call(obj, SIG_THEME_CHANGED, (void *) elm_theme_get(NULL));
evas_object_smart_callback_call(obj, SIG_THEME_CHANGED, NULL);
_sizing_eval(wd);
}