X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=openbox%2Factions.c;h=1ec53287691b6748c8f31ad127024a7925d58922;hb=a93b00a5e93281c7c2c31112f0b6b827d605a19d;hp=5bd70139d735aed9738c7af26c55e69e2f1ec14d;hpb=ceb77efdd44e993b1ed4e9d908f93baf22b2b22c;p=chaz%2Fopenbox diff --git a/openbox/actions.c b/openbox/actions.c index 5bd70139..1ec53287 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;