don't do xsettings atom shutdown during shutdown

this forces an xsync which just wastes time for no reason
This commit is contained in:
Mike Blumenkrantz 2014-05-09 17:16:06 -04:00
parent 130d099c87
commit 317cc426b9
1 changed files with 2 additions and 1 deletions

View File

@ -618,7 +618,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);
}