]> git.sesse.net Git - vlc/commitdiff
Qt: systray, don't show the tooltip on right-click! we need menu at that time.
authorJean-Baptiste Kempf <jb@videolan.org>
Sun, 22 Feb 2009 14:30:20 +0000 (15:30 +0100)
committerJean-Baptiste Kempf <jb@videolan.org>
Sun, 22 Feb 2009 14:31:02 +0000 (15:31 +0100)
modules/gui/qt4/main_interface.cpp

index 42d9f690b727119d9e9e4a49476cb0dba7ad4e28..a42f3490073cca4d1dceb089a41fec1de87eac00 100644 (file)
@@ -982,7 +982,6 @@ void MainInterface::handleSystrayClick(
             toggleUpdateSystrayMenu();
             break;
         case QSystemTrayIcon::MiddleClick:
-        case QSystemTrayIcon::Context:
             sysTray->showMessage( qtr( "VLC media player" ),
                     qtr( "Control menu for the player" ),
                     QSystemTrayIcon::Information, 3000 );