all repos — openbox @ 6c760c5a63a2e49bc2a5a4f39f8b4b9ed285bd7e

openbox fork - make it a bit more like ryudo

initialize the action shutdown function to NULL
Dana Jansens danakj@orodu.net
commit

6c760c5a63a2e49bc2a5a4f39f8b4b9ed285bd7e

parent

5b6f3c6f7a0e4f1efe3c90865226f02ffa03ca9e

1 files changed, 1 insertions(+), 0 deletions(-)

jump to
M openbox/actions.copenbox/actions.c

@@ -107,6 +107,7 @@ def->ref = 1;

def->name = g_strdup(name); def->free = free; def->run = run; + def->shutdown = NULL; registered = g_slist_prepend(registered, def); return def;