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:
4450ea1
)
edje_external: Fix operating useless logic.
author
Woochan Lee
<wc0917.lee@samsung.com>
Tue, 29 Nov 2016 10:46:30 +0000
(19:46 +0900)
committer
Wonki Kim
<wonki_.kim@samsung.com>
Mon, 2 Jan 2017 05:37:07 +0000
(14:37 +0900)
https://phab.enlightenment.org/D4436
Svace: 145088
Change-Id: I2ed015cfc9a51d4dd6e7409388716d265858a940
src/edje_externals/elm_multibuttonentry.c
patch
|
blob
|
history
diff --git
a/src/edje_externals/elm_multibuttonentry.c
b/src/edje_externals/elm_multibuttonentry.c
index 5c62a85c7034dc9a71a99da681919114cd2a1b2d..cd6d0a78f429be5fde7bcd46ed7b774f1f066a4c 100644
(file)
--- a/
src/edje_externals/elm_multibuttonentry.c
+++ b/
src/edje_externals/elm_multibuttonentry.c
@@
-88,7
+88,7
@@
external_multibuttonentry_params_parse(void *data EINA_UNUSED,
Edje_External_Param *param;
const Eina_List *l;
-
//mem = external_common_params_parse(Elm_Params_Multibuttonentry, data, obj, params
);
+
mem = calloc(1, sizeof(Elm_Params_Multibuttonentry)
);
if (!mem)
return NULL;