[test access]: Minor change to make code simpler.

Summary: Minor change to make code a little simpler.

Test Plan: elementary_test -to accessibility

Reviewers: seoz, singh.amitesh

Reviewed By: seoz

Differential Revision: https://phab.enlightenment.org/D456
This commit is contained in:
Chinmaya Panigrahi 2014-01-14 13:39:33 +09:00 committed by Daniel Juyung Seo
parent a2293d5dbd
commit 8839725497
1 changed files with 1 additions and 1 deletions

View File

@ -82,7 +82,7 @@ Evas_Object *gl_access_content_full_get(void *data EINA_UNUSED, Evas_Object *obj
int i;
Evas_Object *grid;
if (strcmp(part, "elm.swallow.content") != 0) return NULL;
if (strcmp(part, "elm.swallow.content")) return NULL;
grid = elm_gengrid_add(obj);
elm_gengrid_item_size_set(grid,