X-Git-Url: http://git.dolda2000.com/gitweb/?p=doldaconnect.git;a=blobdiff_plain;f=config%2Futil%2Fdolconf.c;h=2a4e8a07a4c9f9e26363c667891addd06e961ca7;hp=1d09c339076c05e5c8a97e8a3c1e7af69be14688;hb=11146491cf62901d031221512ec160a49252db66;hpb=ec985ce41d011a94bbddfe225508538f8559f9b8 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)"));