summaryrefslogtreecommitdiffstats
path: root/include/widgets
diff options
context:
space:
mode:
authorQuentin Glidic <sardemff7+git@sardemff7.net>2017-06-01 13:24:44 +0200
committerQuentin Glidic <sardemff7+git@sardemff7.net>2017-06-01 13:26:19 +0200
commit2b6c084f324373e118147fc9ee20cd78f0b8bf9e (patch)
tree047c34cd74906d9fa4f380c6a75a2dd151592087 /include/widgets
parent711d97b66d451a173482c83bd73ecaae63904221 (diff)
textbox: Fix appending more than one character
Signed-off-by: Quentin Glidic <sardemff7+git@sardemff7.net>
Diffstat (limited to 'include/widgets')
-rw-r--r--include/widgets/textbox.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/widgets/textbox.h b/include/widgets/textbox.h
index c93da6eb..f63c7d74 100644
--- a/include/widgets/textbox.h
+++ b/include/widgets/textbox.h
@@ -170,7 +170,7 @@ int textbox_keybinding ( textbox *tb, KeyBindingAction action );
* The text should be one insert from a keypress.. the first gunichar is validated to be (or not) control
* return TRUE if inserted
*/
-gboolean textbox_append_char ( textbox *tb, const char *pad, const int pad_len );
+gboolean textbox_append_text ( textbox *tb, const char *pad, const int pad_len );
/**
* @param tb Handle to the textbox