Commit 0b93ad3c authored by Christophe Mutricy's avatar Christophe Mutricy

Qt4 systray: Don't put the played item here now that we have a tooltip

parent 6a8890a9
...@@ -332,8 +332,7 @@ void MainInterface::handleSystrayClick( QSystemTrayIcon::ActivationReason reason ...@@ -332,8 +332,7 @@ void MainInterface::handleSystrayClick( QSystemTrayIcon::ActivationReason reason
this->toggleVisible(); break; this->toggleVisible(); break;
case QSystemTrayIcon::MiddleClick: case QSystemTrayIcon::MiddleClick:
sysTray->showMessage( qtr( "VLC media player" ), sysTray->showMessage( qtr( "VLC media player" ),
qtr( "Control menu for the player" ) qtr( "Control menu for the player" ),
+ nameLabel->text() ,
QSystemTrayIcon::Information, 4000 ); QSystemTrayIcon::Information, 4000 );
break; break;
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment