From f0a102f819021bc5df68d0a04e639da14097e6c6 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Thu, 11 Feb 2010 14:58:53 -0500 Subject: [PATCH] initialize the action shutdown function to NULL --- openbox/actions.c | 1 + 1 file changed, 1 insertion(+) diff --git a/openbox/actions.c b/openbox/actions.c index 3e3dbfd7..a6a6ea44 100644 --- 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); -- 2.34.1