Unregister dnd when we delete the window.
authorChristopher Michael <cpmichael1@comcast.net>
Mon, 7 Dec 2009 23:03:26 +0000 (23:03 +0000)
committerChristopher Michael <cpmichael1@comcast.net>
Mon, 7 Dec 2009 23:03:26 +0000 (23:03 +0000)
SVN revision: 44266

src/modules/illume-home/e_mod_main.c

index 48a5c474665fe80e824632f661488d39abb56269..d1c976aade8d841885d18d5897ebdfe3c0f3c53e 100644 (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);