Changeset 21a5ca243194f2965d4239abb76cb702bd6518f9
- 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
| r9025fab |
r21a5ca2 |
|
| 321 | 321 | void MainInterface::toggleUpdateSystrayMenu() |
|---|
| 322 | 322 | { |
|---|
| | 323 | toggleVisible(); |
|---|
| 323 | 324 | QVLCMenu::updateSystrayMenu( this, p_intf ); |
|---|
| 324 | | toggleVisible(); |
|---|
| 325 | 325 | } |
|---|
| 326 | 326 | |
|---|
| … | … | |
| 330 | 330 | { |
|---|
| 331 | 331 | case QSystemTrayIcon::Trigger: |
|---|
| 332 | | this->toggleVisible(); break; |
|---|
| | 332 | toggleUpdateSystrayMenu(); |
|---|
| | 333 | break; |
|---|
| 333 | 334 | case QSystemTrayIcon::MiddleClick: |
|---|
| 334 | 335 | sysTray->showMessage( qtr( "VLC media player" ), |
|---|