titlebar: do not call need_arrange on prop update

Signed-off-by: Julien Danjou <julien@danjou.info>
This commit is contained in:
Julien Danjou 2009-05-10 16:44:24 +02:00
parent f46559e239
commit a0fa3cf548
1 changed files with 0 additions and 3 deletions

View File

@ -415,9 +415,6 @@ luaA_titlebar_newindex(lua_State *L, wibox_t *titlebar, awesome_token_t tok)
return 0; return 0;
} }
if((c || (c = client_getbytitlebar(titlebar))))
client_need_arrange(c);
return 0; return 0;
} }