summaryrefslogtreecommitdiffstats
path: root/source/view.c
diff options
context:
space:
mode:
authorQuentin Glidic <sardemff7+git@sardemff7.net>2016-04-07 15:11:42 +0200
committerQuentin Glidic <sardemff7+git@sardemff7.net>2016-05-07 11:24:22 +0200
commitaa350a15830234259cf5769f2ef9825534a82776 (patch)
tree83f9c6aa1bbb9328c216a476da56ef9b6ddcfcb8 /source/view.c
parent67c9fe158a1523e6cf0357ab9d996b3c9176860b (diff)
textbox/key: Cleanup
Signed-off-by: Quentin Glidic <sardemff7+git@sardemff7.net>
Diffstat (limited to 'source/view.c')
-rw-r--r--source/view.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/view.c b/source/view.c
index b59c560e..d57f0a97 100644
--- a/source/view.c
+++ b/source/view.c
@@ -1459,7 +1459,7 @@ static void rofi_view_handle_keypress ( RofiViewState *state, xkb_stuff *xkb, xc
}
}
- if ( ( len > 0 ) && ( textbox_keypress ( state->text, pad, len ) ) ) {
+ if ( ( len > 0 ) && ( textbox_append ( state->text, pad, len ) ) ) {
state->refilter = TRUE;
state->update = TRUE;
return;