fix if formatting

SVN revision: 56022
This commit is contained in:
Carsten Haitzler 2011-01-10 09:05:11 +00:00
parent b34d8f7e0e
commit c040e048fc
1 changed files with 2 additions and 2 deletions

View File

@ -679,8 +679,8 @@ _theme_hook(Evas_Object *obj)
_elm_theme_object_set(obj, wd->arrow, "ctxpopup", "arrow",
elm_widget_style_get(obj));
if(!strncmp(elm_object_style_get(obj), "default", strlen("default")
* sizeof(char)))
if (!strncmp(elm_object_style_get(obj), "default",
strlen("default")))
elm_object_style_set(wd->scr, "ctxpopup");
else
elm_object_style_set(wd->scr, elm_object_style_get(obj));