From 7bb9376863a66b78db4f75613b96430d6a8ef3fc Mon Sep 17 00:00:00 2001 From: Carsten Haitzler Date: Sun, 7 Oct 2012 10:00:24 +0000 Subject: [PATCH] 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 --- src/bin/e_main.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/bin/e_main.c b/src/bin/e_main.c index b03ef58b0..ff9e784d6 100644 --- a/src/bin/e_main.c +++ b/src/bin/e_main.c @@ -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) {