]> 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:20:04 +0000 (18:20 +0000)
committerKinsey Moore <kmoore@digium.com>
Tue, 25 Sep 2012 18:20:04 +0000 (18:20 +0000)
commit27eb74df8108b7ba78b2132c4a2e8a4c2bc299ba
treeea6d38e06cf56d535811c191e7c82ed8916812e3
parentaab2448922e80a7e4834d8fa00df8905cccd5a2a
"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
........

Merged revisions 373666 from http://svn.asterisk.org/svn/asterisk/branches/1.8

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/10@373675 65c4cc65-6c06-0410-ace0-fbb531ad65f3
apps/app_queue.c