misplaced return

This commit is contained in:
Julien Danjou 2007-09-16 12:32:17 +02:00
parent afc90f2224
commit 6ad0a0ba66
1 changed files with 1 additions and 1 deletions

View File

@ -177,8 +177,8 @@ handle_event_buttonpress(XEvent * e, awesome_config *awesomeconf)
}
if((ev->x < x + awesomeconf[screen].statusbar.width) && ev->button == Button1)
uicb_setlayout(e->xany.display, screen, &dc[screen], &awesomeconf[screen], NULL);
return;
}
return;
}
if((c = getclient(ev->window)))