Unregister dnd when we delete the window.

SVN revision: 44266
This commit is contained in:
Christopher Michael 2009-12-07 23:03:26 +00:00
parent e2cdea1c17
commit 0d1fb60692
1 changed files with 2 additions and 0 deletions

View File

@ -371,6 +371,8 @@ _il_home_win_cb_free(Il_Home_Win *hwin)
EINA_LIST_FREE(hwin->exes, eins)
E_FREE(eins);
if (hwin->win->evas_win)
e_drop_xdnd_register_set(hwin->win->evas_win, 0);
if (hwin->timeout) ecore_timer_del(hwin->timeout);
hwin->timeout = NULL;
if (hwin->handle) e_busycover_pop(busycover, hwin->handle);