Client: Fix mistake in function name

This commit is contained in:
Martin Duquesnoy 2010-08-18 21:29:48 +02:00
parent e9ffab7d62
commit ce8238fb20

View File

@ -749,9 +749,6 @@ client_manage(Window w, XWindowAttributes *wa, Bool ar)
if(!conf.client.set_new_win_master)
layout_set_client_master(c);
cient_moveresize(c, c->geo, False);
return c;
}