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 committed by Cedric BAIL
parent 9038dd0b65
commit 1ae585c859
1 changed files with 2 additions and 1 deletions

View File

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