From: Fredrik Tolf Date: Mon, 13 Aug 2007 04:30:08 +0000 (+0200) Subject: Dolconf should run autolauncher instead of dolcon. X-Git-Tag: 1.0~73 X-Git-Url: http://git.dolda2000.com/gitweb/?p=doldaconnect.git;a=commitdiff_plain;h=11146491cf62901d031221512ec160a49252db66 Dolconf should run autolauncher instead of dolcon. --- 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)"));