projects
/
platform
/
upstream
/
efl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4632d48
)
elc_popup: modified theme set logic correctly when button is removed
77/215377/3
author
Taehyub Kim
<taehyub.kim@samsung.com>
Mon, 7 Oct 2019 12:18:55 +0000
(21:18 +0900)
committer
Taehyub Kim
<taehyub.kim@samsung.com>
Mon, 7 Oct 2019 12:25:28 +0000
(12:25 +0000)
Change-Id: Iae86c4d72425e33e1b32946d219de600bae6d86e
src/lib/elementary/elc_popup.c
patch
|
blob
|
history
diff --git
a/src/lib/elementary/elc_popup.c
b/src/lib/elementary/elc_popup.c
index
3dec918
..
f351f3c
100644
(file)
--- a/
src/lib/elementary/elc_popup.c
+++ b/
src/lib/elementary/elc_popup.c
@@
-993,7
+993,7
@@
_button_remove(Evas_Object *obj,
for (i = 0 ; i < STYLE_PRIORITY_COUNT; i++)
{
snprintf(style, sizeof(style), STYLE_PRIORITY[i], elm_widget_style_get(obj));
- if (efl_ui_layout_theme_set(sd->action_area, "popup", buf, style) != EFL_UI_THEME_APPLY_ERROR_
NONE
)
+ if (efl_ui_layout_theme_set(sd->action_area, "popup", buf, style) != EFL_UI_THEME_APPLY_ERROR_
GENERIC
)
break;
}
if (i == STYLE_PRIORITY_COUNT)