Unban clients when they are focused
commit6494540b0c0abd2b293269427bbe404fdd0febf2
authorUli Schlachter <psychon@znc.in>
Sun, 9 Jan 2011 09:40:42 +0000 (9 10:40 +0100)
committerUli Schlachter <psychon@znc.in>
Sun, 9 Jan 2011 09:44:19 +0000 (9 10:44 +0100)
treeb5698620a5d4002d0de0f5e3c61e7b3e40c44077
parentd16ca829aae999e6f02230956dbf2371a78a3091
Unban clients when they are focused

In commit 3dbf89c I removed a client_unban() in the code path for focusing
clients. The idea was that client focusing is now done after rebanning, so that
it should already be visible by the time this code is executed.

However, minimized clients obviously don't get unbanned, So we have to call
client_unban() here to make sure the client is unminimized.

Signed-off-by: Uli Schlachter <psychon@znc.in>
objects/client.c