From 0d1fb60692faf7cdc870d4fd327b6881839d7ed2 Mon Sep 17 00:00:00 2001 From: Christopher Michael Date: Mon, 7 Dec 2009 23:03:26 +0000 Subject: [PATCH] Unregister dnd when we delete the window. SVN revision: 44266 --- src/modules/illume-home/e_mod_main.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/modules/illume-home/e_mod_main.c b/src/modules/illume-home/e_mod_main.c index 48a5c4746..d1c976aad 100644 --- a/src/modules/illume-home/e_mod_main.c +++ b/src/modules/illume-home/e_mod_main.c @@ -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);