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:
474cf33
)
initialize the action shutdown function to NULL
author
Dana Jansens
<danakj@orodu.net>
Thu, 11 Feb 2010 19:58:53 +0000
(14:58 -0500)
committer
Mikael Magnusson
<mikachu@gmail.com>
Fri, 19 Feb 2010 20:30:09 +0000
(21:30 +0100)
openbox/actions.c
patch
|
blob
|
history
diff --git
a/openbox/actions.c
b/openbox/actions.c
index 3e3dbfd7b6a110722da441aa8fa0ccb9c11dcc97..a6a6ea443003510aee940b37567b59f25e7dd179 100644
(file)
--- a/
openbox/actions.c
+++ b/
openbox/actions.c
@@
-108,6
+108,7
@@
gboolean actions_register(const gchar *name,
def->run = run;
def->i_input = i_input;
def->i_cancel = i_cancel;
+ def->shutdown = NULL;
registered = g_slist_prepend(registered, def);