[vlc-devel] Patch to qt4/main_interface.cpp

Richard Hitt rbh00 at netcom.com
Sun Jul 25 20:38:18 CEST 2010


Hi

On July 11 I sent you a patch to main_interface.cpp, and I have heard 
nothing back.  That patch was against the Fedora-12 source rpm.  It 
included a rationale for the patch, and I'd be happy to send you the 
rationale again.

This email contains the same patch but expressed as a git diff and 
against the current git tree (if I did it right).  Here is the patch:

-------- start patch
diff --git a/modules/gui/qt4/main_interface.cpp b/modules/gui/qt4/main_interface.cpp
index a8dff3b..53b927a 100644
--- a/modules/gui/qt4/main_interface.cpp
+++ b/modules/gui/qt4/main_interface.cpp
@@ -999,7 +999,7 @@ void MainInterface::updateSystrayTooltipName( const QString&  name )
          if( b_notificationEnabled&&  ( isHidden() || isMinimized() ) )
          {
              sysTray->showMessage( qtr( "VLC media player" ), name,
-                    QSystemTrayIcon::NoIcon, 3000 );
+                    QSystemTrayIcon::NoIcon );
          }
      }

-------- end patch


Please let me know if you are satisfied with the patch or if you would 
like another format or if you are simply overwhelmed with work and 
unable to deal with the patch at this time or if you would like me to 
try myself to add the change to your git tree (shudder).  Thanks, vlc is 
great!

Richard Hitt   rbh00 at netcom.com



More information about the vlc-devel mailing list