We already have the border, so pass it directly.

SVN revision: 50895
This commit is contained in:
Christopher Michael 2010-08-08 11:13:27 +00:00
parent bc044485c5
commit c91b95cb1d
1 changed files with 2 additions and 3 deletions

View File

@ -306,9 +306,8 @@ _e_mod_ind_win_cb_mouse_up(void *data, Evas *evas __UNUSED__, Evas_Object *obj _
bd = iwin->win->border;
/* reset mouse pointer */
if (iwin->win->border->pointer)
e_pointer_type_pop(iwin->win->border->pointer,
iwin->win->border, "move");
if (bd->pointer)
e_pointer_type_pop(bd->pointer, bd, "move");
/* tell edj we are done moving */
edje_object_signal_emit(iwin->o_base, "e,action,move,stop", "e");