Slight fix for <silent>

This commit is contained in:
Kris Maglione
2009-09-10 18:22:26 -04:00
parent ed38331178
commit 94bd791028
+1 -1
View File
@@ -1147,7 +1147,7 @@ function CommandLine() //{{{
multilineInputWidget.collapsed = true;
completionList.hide();
if (!keepCommand || this.silent)
if (!keepCommand || this.silent || this.quiet)
{
outputContainer.collapsed = true;
commandline.updateMorePrompt();