projects
/
dana
/
openbox.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e53d5ac
)
Check the return value for launching the startup command.
author
Dana Jansens
<danakj@orodu.net>
Sat, 15 Oct 2011 19:37:58 +0000
(15:37 -0400)
committer
Dana Jansens
<danakj@orodu.net>
Sat, 15 Oct 2011 19:54:15 +0000
(15:54 -0400)
Copy/paste error?
openbox/openbox.c
patch
|
blob
|
history
diff --git
a/openbox/openbox.c
b/openbox/openbox.c
index 832deb04ecbf49499a8b307710b63faba6ec49f7..8ffe11a3ff9522325a9d2794166043a7978833b6 100644
(file)
--- a/
openbox/openbox.c
+++ b/
openbox/openbox.c
@@
-579,7
+579,7
@@
static void run_startup_cmd(void)
G_SPAWN_SEARCH_PATH |
G_SPAWN_DO_NOT_REAP_CHILD,
NULL, NULL, NULL, &e);
- if (!
g_shell_parse_argv(startup_cmd, NULL, &argv, &e)
) {
+ if (!
ok
) {
g_message("Error launching startup command: %s",
e->message);
g_error_free(e);