forget a RULE_NOSCREEN occurence

This commit is contained in:
Julien Danjou 2007-11-12 19:36:10 +01:00
parent adcadddc46
commit b76f216f69
1 changed files with 1 additions and 1 deletions

2
tag.c
View File

@ -30,7 +30,7 @@
int
applyrules(Client *c, awesome_config *awesomeconf)
{
int i, j, screen = -1, len = 0;
int i, j, screen = RULE_NOSCREEN, len = 0;
regmatch_t tmp;
Bool matched = False;
XClassHint ch = { 0, 0 };