]> git.sesse.net Git - vlc/commitdiff
Qt4 systray: Don't put the played item here now that we have a tooltip
authorChristophe Mutricy <xtophe@videolan.org>
Mon, 14 May 2007 15:14:55 +0000 (15:14 +0000)
committerChristophe Mutricy <xtophe@videolan.org>
Mon, 14 May 2007 15:14:55 +0000 (15:14 +0000)
modules/gui/qt4/main_interface.cpp

index ff22c46ab115e05fbd337eda6f98a3d9b362b61d..b6398fa74c52919d196c626c31b3d91188e119c0 100644 (file)
@@ -332,8 +332,7 @@ void MainInterface::handleSystrayClick( QSystemTrayIcon::ActivationReason reason
             this->toggleVisible(); break;
         case QSystemTrayIcon::MiddleClick:
             sysTray->showMessage( qtr( "VLC media player" ),
-                    qtr( "Control menu for the player" )
-                    + nameLabel->text() ,
+                    qtr( "Control menu for the player" ),
                     QSystemTrayIcon::Information, 4000 );
             break;
     }