changeset 2144:d3348deb32bd

Rename iline compl_do to compl_do_fwd
author Mikael Berthe <mikael@lilotux.net>
date Sun, 06 Jul 2014 14:51:29 +0200
parents 2f294c2b6778
children 3956d1f207a3
files mcabber/mcabber/commands.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/mcabber/mcabber/commands.c	Sun Jul 06 14:51:17 2014 +0200
+++ b/mcabber/mcabber/commands.c	Sun Jul 06 14:51:29 2014 +0200
@@ -4077,7 +4077,7 @@
     retval_for_cmds = readline_accept_line(TRUE);
   } else if (!strcasecmp(arg, "compl_cancel")) {
     readline_cancel_completion();
-  } else if (!strcasecmp(arg, "compl_do")) {
+  } else if (!strcasecmp(arg, "compl_do_fwd")) {
     readline_do_completion(TRUE);
   } else if (!strcasecmp(arg, "compl_do_bwd")) {
     readline_do_completion(FALSE);