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:
a207d2f
)
popup: removed button style setting code in theme_apply
author
Jaeun Choi
<jaeun12.choi@samsung.com>
Fri, 13 Feb 2015 12:28:05 +0000
(21:28 +0900)
committer
Jaeun Choi
<jaeun12.choi@samsung.com>
Wed, 11 Mar 2015 08:16:23 +0000
(17:16 +0900)
popup buttons are created by users
it's inappropriate to set button style in widget code
@fix
src/lib/elc_popup.c
patch
|
blob
|
history
diff --git
a/src/lib/elc_popup.c
b/src/lib/elc_popup.c
index 82da275165defe9c811c1d4cdfd3201a7ee8d516..e7f9b69e851364cb2cb4954bd1fd034e218a02fc 100644
(file)
--- a/
src/lib/elc_popup.c
+++ b/
src/lib/elc_popup.c
@@
-314,11
+314,6
@@
_elm_popup_elm_widget_theme_apply(Eo *obj, Elm_Popup_Data *sd)
snprintf(buf, sizeof(buf), "buttons%i", sd->last_button_number);
if (!elm_layout_theme_set(sd->action_area, "popup", buf, style))
CRI("Failed to set layout!");
- for (i = 0; i < ELM_POPUP_ACTION_BUTTON_MAX; i++)
- {
- if (!sd->buttons[i]) continue;
- elm_object_style_set(sd->buttons[i]->btn, style);
- }
}
if (!elm_layout_theme_set(sd->content_area, "popup", "content", style))
CRI("Failed to set layout!");