discomfitor pushed a commit to branch master.

commit 3198e442ad5f476322ed7094e6f6b1f2f553e50d
Author: Mike Blumenkrantz <[email protected]>
Date:   Fri Jun 14 14:40:20 2013 +0100

    move comp shutdown before border shutdown to fix some hash failures
---
 src/bin/e_main.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/bin/e_main.c b/src/bin/e_main.c
index 27024c6..cf049ee 100644
--- a/src/bin/e_main.c
+++ b/src/bin/e_main.c
@@ -1674,7 +1674,6 @@ _e_main_screens_init(void)
         _e_main_shutdown(-1);
      }
    TS("E_Comp Init Done");
-   _e_main_shutdown_push(e_comp_shutdown);
 
    TS("\tscreens: win");
    if (!e_win_init())
@@ -1751,6 +1750,7 @@ static int
 _e_main_screens_shutdown(void)
 {
    e_win_shutdown();
+   e_comp_shutdown();
    e_border_shutdown();
    e_focus_shutdown();
    e_exehist_shutdown();

-- 

------------------------------------------------------------------------------
This SF.net email is sponsored by Windows:

Build for Windows Store.

http://p.sf.net/sfu/windows-dev2dev

Reply via email to