summaryrefslogtreecommitdiff
path: root/src/bin/e_main.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/bin/e_main.c')
-rw-r--r--src/bin/e_main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bin/e_main.c b/src/bin/e_main.c
index 68ed3507ac..926c68a83a 100644
--- a/src/bin/e_main.c
+++ b/src/bin/e_main.c
@@ -1589,7 +1589,6 @@ _e_main_screens_init(void)
_e_main_shutdown(101);
}
TS("E_Dnd Init Done");
- _e_main_shutdown_push(e_dnd_shutdown);
#endif
return 1;
@@ -1601,6 +1600,7 @@ _e_main_screens_shutdown(void)
e_win_shutdown();
e_menu_shutdown();
e_shelf_shutdown();
+ e_dnd_shutdown();
e_comp_shutdown();
e_client_volume_shutdown();
e_screensaver_shutdown();