From 11146491cf62901d031221512ec160a49252db66 Mon Sep 17 00:00:00 2001 From: Fredrik Tolf Date: Mon, 13 Aug 2007 06:30:08 +0200 Subject: [PATCH] Dolconf should run autolauncher instead of dolcon. --- config/util/dolconf.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/util/dolconf.c b/config/util/dolconf.c index 1d09c33..2a4e8a0 100644 --- a/config/util/dolconf.c +++ b/config/util/dolconf.c @@ -837,8 +837,8 @@ int main(int argc, char **argv) } else if(state == 2) { for(i = 3; i < FD_SETSIZE; i++) close(i); - execlp("dolcon", "dolcon", NULL); - perror("dolcon"); + execlp("dolcon-launch", "dolcon-launch", NULL); + perror("dolcon-launch"); exit(127); } else { msgbox(GTK_MESSAGE_ERROR, GTK_BUTTONS_OK, _("Internal error (Unknown state)")); -- 2.11.0