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:
240636e
)
table: Refactor internal codes to keep consistency.
author
Daniel Juyung Seo
<seojuyung2@gmail.com>
Mon, 15 Dec 2014 15:43:18 +0000
(
00:43
+0900)
committer
Daniel Juyung Seo
<seojuyung2@gmail.com>
Mon, 15 Dec 2014 15:43:31 +0000
(
00:43
+0900)
src/lib/elm_table.c
patch
|
blob
|
history
diff --git
a/src/lib/elm_table.c
b/src/lib/elm_table.c
index 973c5b9a5c10ed1355dcda6939cee3ec5031987b..e8faaf4e2d38aad0a6cf70a3ff18df2d087d7879 100644
(file)
--- a/
src/lib/elm_table.c
+++ b/
src/lib/elm_table.c
@@
-109,10
+109,9
@@
_mirrored_set(Evas_Object *obj, Eina_Bool rtl)
EOLIAN static Eina_Bool
_elm_table_elm_widget_theme_apply(Eo *obj, void *sd EINA_UNUSED)
{
- Eina_Bool super_ret = EINA_FALSE;
- eo_do_super(obj, MY_CLASS, super_ret = elm_obj_widget_theme_apply());
- if (super_ret == EINA_FALSE)
- return EINA_FALSE;
+ Eina_Bool int_ret = EINA_FALSE;
+ eo_do_super(obj, MY_CLASS, int_ret = elm_obj_widget_theme_apply());
+ if (!int_ret) return EINA_FALSE;
_mirrored_set(obj, elm_widget_mirrored_get(obj));