elementary/grid - reviewed done.

SVN revision: 68199
This commit is contained in:
ChunEon Park 2012-02-21 04:42:45 +00:00
parent 00d01850f4
commit a2aa8c8e01
2 changed files with 6 additions and 6 deletions

View File

@ -194,18 +194,18 @@ EAPI extern Elm_Version *elm_version;
// Chuneon Park
#include <elm_engine.h> //Done
#include <elm_factory.h> //Done
#include <elm_factory.h> //Done + XXX in header
#include <elm_finger.h> //Done
#include <elm_flip.h> //Done. There are many TODOs in flip.c
#include <elm_flipselector.h> //Done.
#include <elm_flipselector.h> //Done + XXX in header. There are many TODOs in flipselector.c
#include <elm_focus.h>
#include <elm_fonts.h> //Done.
#include <elm_frame.h> //Done.
#include <elm_fonts.h> //Done + XXX in header
#include <elm_frame.h> //Done + XXX in header
#include <elm_gengrid.h>
#include <elm_genlist.h>
#include <elm_gesture_layer.h>
#include <elm_glview.h>
#include <elm_grid.h>
#include <elm_grid.h> //Done
// Woohyun Jung
#include <elm_hover.h> // OK

View File

@ -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;
}