Taking off dangling (and achieved) TODOs and fixing booboo.

SVN revision: 53653
This commit is contained in:
Gustavo Lima Chaves 2010-10-20 12:05:39 +00:00
parent 3e5a28fdf9
commit c04d655155
1 changed files with 1 additions and 3 deletions

View File

@ -1,9 +1,6 @@
#include <Elementary.h>
#include "elm_priv.h"
/* TODO: steal focus when shown? */
/* TODO: event hooks, then */
/**
* @addtogroup Hoverlist
*
@ -312,6 +309,7 @@ elm_hoverlist_add(Evas_Object* parent)
evas_object_resize(wd->target, elm_finger_size_get(),
elm_finger_size_get());
evas_object_show(wd->target);
evas_object_layer_set(wd->target, EVAS_LAYER_MIN);
wd->hover = elm_hover_add(obj);