fix possible segfault

This commit is contained in:
Marcel Hollerbach 2015-08-08 14:56:38 +02:00
parent babe4d9807
commit 07567ce696
1 changed files with 1 additions and 0 deletions

View File

@ -39,6 +39,7 @@ _entrance_server_add(void *data EINA_UNUSED, int type EINA_UNUSED, void *event E
eev.event.conf_gui.enabled = EINA_TRUE; eev.event.conf_gui.enabled = EINA_TRUE;
eev.event.conf_gui.bg.path = entrance_config->bg.path; eev.event.conf_gui.bg.path = entrance_config->bg.path;
eev.event.conf_gui.bg.group = entrance_config->bg.group; eev.event.conf_gui.bg.group = entrance_config->bg.group;
eev.event.conf_gui.theme = NULL;
entrance_event_send(&eev); entrance_event_send(&eev);
} }
PT("Sending pools"); PT("Sending pools");