]> git.ipfire.org Git - thirdparty/asterisk.git/commit
"show" completion option for "queue" shouldn't appear twice
authorKinsey Moore <kmoore@digium.com>
Tue, 25 Sep 2012 18:15:06 +0000 (18:15 +0000)
committerKinsey Moore <kmoore@digium.com>
Tue, 25 Sep 2012 18:15:06 +0000 (18:15 +0000)
commitbc716c7acd55acdf992e31ba21f9f87982d9764a
tree3ab0fb776c14689fa13a10bf497eeba6d3931d4c
parent6f943721f136160f2d2243d37e5131d27a0dd39e
"show" completion option for "queue" shouldn't appear twice

When tab-completing CLI commands starting with "queue", "show" appeared
twice in the list due to the way that Asterisk's tab completion
functions and the order in which the commands were registered. The
registration order has been altered to resolve this issue.

(closes issue AST-940)
Reported-by: Steve Pitts
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.8@373666 65c4cc65-6c06-0410-ace0-fbb531ad65f3
apps/app_queue.c