elementary/popup - fixed typo

This commit is contained in:
ChunEon Park 2013-08-10 16:47:28 +09:00
parent bc13d70e5e
commit 2d651a3688
1 changed files with 1 additions and 1 deletions

View File

@ -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 to notify style
/* Since parent of the popup can be notify, we need to set the 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));