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:
396d559
)
init the GError to NULL
author
Dana Jansens
<danakj@orodu.net>
Thu, 20 Mar 2003 01:55:25 +0000
(
01:55
+0000)
committer
Dana Jansens
<danakj@orodu.net>
Thu, 20 Mar 2003 01:55:25 +0000
(
01:55
+0000)
openbox/action.c
patch
|
blob
|
history
diff --git
a/openbox/action.c
b/openbox/action.c
index f3ee6be5643243aa119a2bb278bace1c788faf7a..b05e34504ec82af9914cb94c59537cb30f5e8deb 100644
(file)
--- a/
openbox/action.c
+++ b/
openbox/action.c
@@
-30,7
+30,7
@@
void action_free(Action *a)
void action_execute(union ActionData *data)
{
- GError *e;
+ GError *e
= NULL
;
if (!g_spawn_command_line_async(data->execute.path, &e)) {
g_warning("failed to execute '%s': %s",
data->execute.path, e->message);