diff options
author | James Booth <boothj5@gmail.com> | 2013-05-06 22:32:58 +0100 |
---|---|---|
committer | James Booth <boothj5@gmail.com> | 2013-05-06 22:32:58 +0100 |
commit | 05f2d293968d056099b7bb712ae00b39048ed4d4 (patch) | |
tree | c9d2ac8faaac7f4195ec7c675dbb19b9d1f2c8c6 /src/ui/inputwin.c | |
parent | 097ea18dab151e02e33ea58ab80cc6d0b1dd51ff (diff) | |
download | profani-tty-05f2d293968d056099b7bb712ae00b39048ed4d4.tar.gz |
Renamed contact_list_ functions to roster_
Diffstat (limited to 'src/ui/inputwin.c')
-rw-r--r-- | src/ui/inputwin.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/inputwin.c b/src/ui/inputwin.c index dfac289f..60768a83 100644 --- a/src/ui/inputwin.c +++ b/src/ui/inputwin.c @@ -372,7 +372,7 @@ _handle_edit(int result, const wint_t ch, char *input, int *size) case 127: case KEY_BACKSPACE: - contact_list_reset_search_attempts(); + roster_reset_search_attempts(); if (display_size > 0) { // if at end, delete last char |