all repos — dmenu @ 6514b07ad24e9066252c418cdec1d6ccae570cf6

my build of dmenu

small cosmetic fix
Anselm R. Garbe garbeam@gmail.com
Sun, 23 Sep 2007 18:31:19 +0200
commit

6514b07ad24e9066252c418cdec1d6ccae570cf6

parent

724fe3cf7fc456db96bf10c2caeb7c307e529d73

1 files changed, 1 insertions(+), 1 deletions(-)

jump to
M dmenu.cdmenu.c

@@ -510,7 +510,7 @@ i->matched = False;

for(i = allitems; i; i = i->next) if(!i->matched && !strncasecmp(pattern, i->text, plen)) - j = appenditem(i,j); + j = appenditem(i, j); for (i = allitems; i; i = i->next) if(!i->matched && strcasestr(i->text, pattern))