block xsettings config update if xsettings has not been initialized

fix T2610
This commit is contained in:
Mike Blumenkrantz 2015-07-28 12:34:05 -04:00
parent db41479414
commit 6faa894a59
1 changed files with 1 additions and 0 deletions

View File

@ -652,6 +652,7 @@ e_xsettings_shutdown(void)
E_API void
e_xsettings_config_update(void)
{
if (!_atom_manager) return;
setting = EINA_FALSE;
if (eio_op) eio_file_cancel(eio_op);
if (!e_config->xsettings.enabled)