projects
/
platform
/
upstream
/
elementary.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e396f84
)
[test access]: Minor change to make code simpler.
author
Chinmaya Panigrahi
<chinmaya061@gmail.com>
Tue, 14 Jan 2014 04:39:33 +0000
(13:39 +0900)
committer
Daniel Juyung Seo
<seojuyung2@gmail.com>
Tue, 14 Jan 2014 04:39:33 +0000
(13:39 +0900)
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
src/bin/test_access.c
patch
|
blob
|
history
diff --git
a/src/bin/test_access.c
b/src/bin/test_access.c
index 806b40641072240f4480f74790fd6495f91fdb17..e15122a8a3d65804929044f1eb4d90695e6c4921 100644
(file)
--- a/
src/bin/test_access.c
+++ b/
src/bin/test_access.c
@@
-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,