Changeset 21a5ca243194f2965d4239abb76cb702bd6518f9

Show
Ignore:
Timestamp:
31/05/07 19:02:40 (2 years ago)
Author:
Jean-Baptiste Kempf <jb@videolan.org>
git-committer:
Jean-Baptiste Kempf <jb@videolan.org> 1180630960 +0000
git-parent:

[bae04ee86f451d93afa221ae95a51d0bb424b634]

git-author:
Jean-Baptiste Kempf <jb@videolan.org> 1180630960 +0000
Message:

Qt4 - Forgotten file in a previous commit ( for the toggleVisible bug in QSystray )

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • modules/gui/qt4/main_interface.cpp

    r9025fab r21a5ca2  
    321321void MainInterface::toggleUpdateSystrayMenu() 
    322322{ 
     323    toggleVisible(); 
    323324    QVLCMenu::updateSystrayMenu( this, p_intf ); 
    324     toggleVisible(); 
    325325} 
    326326 
     
    330330    { 
    331331        case QSystemTrayIcon::Trigger: 
    332             this->toggleVisible(); break; 
     332            toggleUpdateSystrayMenu(); 
     333            break; 
    333334        case QSystemTrayIcon::MiddleClick: 
    334335            sysTray->showMessage( qtr( "VLC media player" ),