X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;ds=sidebyside;f=openbox%2Factions.c;h=948ac2c09537357fd13a1a26b2e9c1ab86f01249;hb=1169118e60050ee361e22111ffce842ff393d8bf;hp=32b3d274e28c100e82a559ffcddf3f78eef6521a;hpb=619fd7e666944aa83c636d14cd2777cbd5dc1094;p=chaz%2Fopenbox diff --git a/openbox/actions.c b/openbox/actions.c index 32b3d274..948ac2c0 100644 --- a/openbox/actions.c +++ b/openbox/actions.c @@ -58,7 +58,6 @@ struct _ObActionsAct { static GSList *registered = NULL; - void actions_startup(gboolean reconfig) { if (reconfig) return; @@ -147,7 +146,7 @@ static ObActionsAct* actions_build_act_from_string(const gchar *name) actions_definition_ref(act->def); act->options = NULL; } else - g_message(_("Invalid action '%s' requested. No such action exists."), + g_message(_("Invalid action \"%s\" requested. No such action exists."), name); return act;