use tag_client_with_current_selected() instead of our own loop and set -O2 or mplayer fails

This commit is contained in:
Julien Danjou 2007-11-14 10:35:18 +01:00
parent 0779473a30
commit adf437c0e3
1 changed files with 1 additions and 2 deletions

View File

@ -312,8 +312,7 @@ client_manage(Window w, XWindowAttributes *wa, awesome_config *awesomeconf)
c->tags[i] = False;
if(!matched)
for(i = 0; i < current_acf->ntags; i++)
c->tags[i] = current_acf->tags[i].selected;
tag_client_with_current_selected(c, current_acf);
break;
}
if(!has_rule)