From 2d651a36881ccee32f0d06304d9426314aa3bea8 Mon Sep 17 00:00:00 2001 From: ChunEon Park Date: Sat, 10 Aug 2013 16:47:28 +0900 Subject: [PATCH] elementary/popup - fixed typo --- legacy/elementary/src/lib/elc_popup.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/legacy/elementary/src/lib/elc_popup.c b/legacy/elementary/src/lib/elc_popup.c index 340d45bbaa..6ee5c275d2 100644 --- a/legacy/elementary/src/lib/elc_popup.c +++ b/legacy/elementary/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 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));