Dolda2000 GitWeb
/
doldaconnect.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ec985ce
)
Dolconf should run autolauncher instead of dolcon.
author
Fredrik Tolf
<fredrik@dolda2000.com>
Mon, 13 Aug 2007 04:30:08 +0000
(06:30 +0200)
committer
Fredrik Tolf
<fredrik@dolda2000.com>
Mon, 13 Aug 2007 04:30:08 +0000
(06:30 +0200)
config/util/dolconf.c
patch
|
blob
|
blame
|
history
diff --git
a/config/util/dolconf.c
b/config/util/dolconf.c
index
1d09c33
..
2a4e8a0
100644
(file)
--- 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)"));