From: Dana Jansens Date: Thu, 11 Feb 2010 19:58:53 +0000 (-0500) Subject: initialize the action shutdown function to NULL X-Git-Tag: release-3.4.11.1~24 X-Git-Url: http://git.openbox.org/?a=commitdiff_plain;h=f0a102f819021bc5df68d0a04e639da14097e6c6;p=dana%2Fopenbox.git initialize the action shutdown function to NULL --- 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);