From: hermet Date: Tue, 21 Feb 2012 04:42:45 +0000 (+0000) Subject: elementary/grid - reviewed done. X-Git-Tag: REL_F_I9500_20120323_1~17^2~619 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=e518ad259f57ae438bc4ad991beba155a509ec62;p=framework%2Fuifw%2Felementary.git elementary/grid - reviewed done. git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@68199 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33 --- diff --git a/src/lib/Elementary.h.in b/src/lib/Elementary.h.in index fd60c62..a51fa66 100644 --- a/src/lib/Elementary.h.in +++ b/src/lib/Elementary.h.in @@ -194,18 +194,18 @@ EAPI extern Elm_Version *elm_version; // Chuneon Park #include //Done -#include //Done +#include //Done + XXX in header #include //Done #include //Done. There are many TODOs in flip.c -#include //Done. +#include //Done + XXX in header. There are many TODOs in flipselector.c #include -#include //Done. -#include //Done. +#include //Done + XXX in header +#include //Done + XXX in header #include #include #include #include -#include +#include //Done // Woohyun Jung #include // OK diff --git a/src/lib/elm_grid.c b/src/lib/elm_grid.c index f1af76b..22f1b23 100644 --- a/src/lib/elm_grid.c +++ b/src/lib/elm_grid.c @@ -51,7 +51,7 @@ _elm_grid_focus_next_hook(const Evas_Object *obj, Elm_Focus_Direction dir, Evas_ dir, next); if (list_free) - list_free((Eina_List *)items); + list_free((Eina_List *)items); return ret; }