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:
638da4d
)
elementary/popup - fixed typo
author
ChunEon Park
<hermet@hermet.pe.kr>
Sat, 10 Aug 2013 07:47:28 +0000
(16:47 +0900)
committer
ChunEon Park
<hermet@hermet.pe.kr>
Sat, 10 Aug 2013 07:47:28 +0000
(16:47 +0900)
src/lib/elc_popup.c
patch
|
blob
|
history
diff --git
a/src/lib/elc_popup.c
b/src/lib/elc_popup.c
index 340d45bbaaea87cd54be48e3c213fbad8dfbc2ca..6ee5c275d2106f52d7fef3ab7baee4a81a83b6b6 100644
(file)
--- a/
src/lib/elc_popup.c
+++ b/
src/lib/elc_popup.c
@@
-325,7
+325,7
@@
_elm_popup_smart_theme(Eo *obj, void *_pd, va_list *list)
_mirrored_set(obj, elm_widget_mirrored_get(obj));
- /* Since parent of the popup can be notify, we need to set t
o
notify style
+ /* Since parent of the popup can be notify, we need to set t
he
notify style
manually. */
if (elm_widget_parent_get(sd->notify) != obj)
eo_do(sd->notify, elm_wdg_style_set(elm_widget_style_get(obj), &ret));