Check for cmd in uicb_launcher
This commit is contained in:
parent
980832b474
commit
8728e81096
@ -426,6 +426,9 @@ uicb_launcher(Uicb cmd)
|
||||
{
|
||||
struct launcher *l;
|
||||
|
||||
if(!cmd)
|
||||
return;
|
||||
|
||||
SLIST_FOREACH(l, &W->h.launcher, next)
|
||||
if(!strcmp(l->name, cmd))
|
||||
{
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user