From: ChunEon Park Date: Tue, 26 Apr 2011 04:35:27 +0000 (+0000) Subject: elementary / ctxpopup - just changed lines. X-Git-Tag: v1.0.0~3110 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=fa924bbceaf82518fdf22dff61a0e16c7c740de5;p=platform%2Fupstream%2Felementary.git elementary / ctxpopup - just changed lines. SVN revision: 58916 --- diff --git a/src/lib/elc_ctxpopup.c b/src/lib/elc_ctxpopup.c index 868df2b..fbd35dd 100644 --- a/src/lib/elc_ctxpopup.c +++ b/src/lib/elc_ctxpopup.c @@ -1490,12 +1490,8 @@ elm_ctxpopup_direction_priority_get(Evas_Object *obj, wd = elm_widget_data_get(obj); if (!wd) return; - if (first) - *first = wd->dir_priority[0]; - if (second) - *second = wd->dir_priority[1]; - if (third) - *third = wd->dir_priority[2]; - if (fourth) - *fourth = wd->dir_priority[3]; + if (first) *first = wd->dir_priority[0]; + if (second) *second = wd->dir_priority[1]; + if (third) *third = wd->dir_priority[2]; + if (fourth) *fourth = wd->dir_priority[3]; }