disable sigusr1 for config dialog - thsi is actually a race cond that

never was hit before - but e's start uses a pause() to wait for init
splash to be ready and a sigusr1 is used to do the waking up.



SVN revision: 77557
This commit is contained in:
Carsten Haitzler 2012-10-07 10:00:24 +00:00
parent c17116d357
commit 7bb9376863
1 changed files with 2 additions and 2 deletions

View File

@ -1303,8 +1303,8 @@ _e_main_cb_signal_user(void *data __UNUSED__, int ev_type __UNUSED__, void *ev)
if (e->number == 1)
{
E_Action *a = e_action_find("configuration");
if ((a) && (a->func.go)) a->func.go(NULL, NULL);
// E_Action *a = e_action_find("configuration");
// if ((a) && (a->func.go)) a->func.go(NULL, NULL);
}
else if (e->number == 2)
{