textbox: do not invalidate on _index

Signed-off-by: Julien Danjou <julien@danjou.info>
This commit is contained in:
Julien Danjou 2008-09-11 15:43:15 +02:00
parent 00721a15ea
commit 2da065329b
1 changed files with 0 additions and 2 deletions

View File

@ -121,8 +121,6 @@ luaA_textbox_index(lua_State *L, awesome_token_t token)
default:
return 0;
}
widget_invalidate_bywidget(*widget);
}
/** The __newindex method for a textbox object.