cedric pushed a commit to branch enlightenment-0.17.

http://git.enlightenment.org/core/enlightenment.git/commit/?id=1ae585c8593a3b95fc675d4669ecf34016315d34

commit 1ae585c8593a3b95fc675d4669ecf34016315d34
Author: Mike Blumenkrantz <zm...@samsung.com>
Date:   Fri May 9 17:16:06 2014 -0400

    don't do xsettings atom shutdown during shutdown
    
    this forces an xsync which just wastes time for no reason
---
 src/bin/e_xsettings.c | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/src/bin/e_xsettings.c b/src/bin/e_xsettings.c
index 1ee5ac4..3b3338d 100644
--- a/src/bin/e_xsettings.c
+++ b/src/bin/e_xsettings.c
@@ -605,7 +605,8 @@ _e_xsettings_stop(void)
         if (sm->timer_retry)
           ecore_timer_del(sm->timer_retry);
 
-        _e_xsettings_deactivate(sm);
+        if (!stopping)
+          _e_xsettings_deactivate(sm);
 
         E_FREE(sm);
      }

-- 


Reply via email to