Rename iline compl_do to compl_do_fwd
authorMikael Berthe <mikael@lilotux.net>
Sun, 06 Jul 2014 14:51:29 +0200
changeset 2144 d3348deb32bd
parent 2143 2f294c2b6778
child 2145 3956d1f207a3
Rename iline compl_do to compl_do_fwd
mcabber/mcabber/commands.c
--- 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);