fixed formatting.

This commit is contained in:
Daniel Juyung Seo 2012-12-03 00:56:13 +09:00
parent f44099726a
commit 392f605f82
1 changed files with 1 additions and 1 deletions

View File

@ -248,7 +248,7 @@ _widget_gengrid_create(const char *orig_style, const char *style)
strncpy(buf, orig_style, sizeof(buf));
if (!strncmp("item", strtok(buf, "/"), 4))
ic->item_style = style;
else
else
elm_object_style_set(o, style);
if (!strcmp("h9 grid-check-style", orig_style))