No need to release grabinput twice. This was already done a few lines above.

SVN revision: 44479
This commit is contained in:
Christopher Michael 2009-12-16 00:43:29 +00:00
parent 72f66136ae
commit ea55ee51a0
1 changed files with 1 additions and 1 deletions

View File

@ -917,7 +917,7 @@ _e_drag_end(Ecore_X_Window root, int x, int y)
_drag_current = NULL;
e_object_del(E_OBJECT(tmp));
}
e_grabinput_release(_drag_win, _drag_win);
//e_grabinput_release(_drag_win, _drag_win);
ecore_x_window_hide(_drag_win);
return;
}