[vlc-devel] commit: Qt: systray, don' t show the tooltip on right-click! we need menu at that time. ( Jean-Baptiste Kempf )
git version control
git at videolan.org
Sun Feb 22 15:32:30 CET 2009
vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Sun Feb 22 15:30:20 2009 +0100| [99088673f9d9b4d172dbf6054542219b952be86b] | committer: Jean-Baptiste Kempf
Qt: systray, don't show the tooltip on right-click! we need menu at that time.
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=99088673f9d9b4d172dbf6054542219b952be86b
---
modules/gui/qt4/main_interface.cpp | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
diff --git a/modules/gui/qt4/main_interface.cpp b/modules/gui/qt4/main_interface.cpp
index 42d9f69..a42f349 100644
--- a/modules/gui/qt4/main_interface.cpp
+++ b/modules/gui/qt4/main_interface.cpp
@@ -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 );
More information about the vlc-devel
mailing list