X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=openbox%2Factions.c;h=945233e63fae1f71ba5f826e539012dd298354cd;hb=6c760c5a63a2e49bc2a5a4f39f8b4b9ed285bd7e;hp=2c60ba4096313ac8a7ec2388226c820f87a95b33;hpb=5b6f3c6f7a0e4f1efe3c90865226f02ffa03ca9e;p=chaz%2Fopenbox diff --git a/openbox/actions.c b/openbox/actions.c index 2c60ba40..945233e6 100644 --- a/openbox/actions.c +++ b/openbox/actions.c @@ -107,6 +107,7 @@ ObActionsDefinition* do_register(const gchar *name, def->name = g_strdup(name); def->free = free; def->run = run; + def->shutdown = NULL; registered = g_slist_prepend(registered, def); return def;