aboutsummaryrefslogtreecommitdiff
path: root/src/ui/builtincommandlineoption.cpp
diff options
context:
space:
mode:
authortrialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38>2009-03-05 15:31:21 +0000
committertrialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38>2009-03-05 15:31:21 +0000
commit6f2cb48f2aefdea338d59111fd9f80440b6c1dc1 (patch)
tree0ff5ca4190ceb058964b8e34f22c667c88e63e0a /src/ui/builtincommandlineoption.cpp
parentd0175f9a6b22c72642d43819ce873d03be3f455f (diff)
downloadqmmp-6f2cb48f2aefdea338d59111fd9f80440b6c1dc1.tar.gz
qmmp-6f2cb48f2aefdea338d59111fd9f80440b6c1dc1.tar.bz2
qmmp-6f2cb48f2aefdea338d59111fd9f80440b6c1dc1.zip
fixed time indicator blinking
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@821 90c681e8-e032-0410-971d-27865f9a5e38
Diffstat (limited to 'src/ui/builtincommandlineoption.cpp')
-rw-r--r--src/ui/builtincommandlineoption.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/ui/builtincommandlineoption.cpp b/src/ui/builtincommandlineoption.cpp
index 6baeb2429..8a6762897 100644
--- a/src/ui/builtincommandlineoption.cpp
+++ b/src/ui/builtincommandlineoption.cpp
@@ -82,7 +82,6 @@ void BuiltinCommandLineOption::executeCommand(const QString &option_string, Main
else if (option_string == "--stop" || option_string == "-s")
{
mw->stop();
- mw->mainDisplay()->hideTimeDisplay();
}
else if (option_string == "--pause" || option_string == "-u")
{