]> git.sesse.net Git - vlc/blobdiff - modules/gui/qt4/main_interface.cpp
InputManager: Rename the status property to playingStatus and add a getter.
[vlc] / modules / gui / qt4 / main_interface.cpp
index 88bf4d42798f21ca68ca19b77e8c7dfac4e48347..4444ad1f95e8931ee9252e7c6eb872506b73a43c 100644 (file)
@@ -193,7 +193,7 @@ MainInterface::MainInterface( intf_thread_t *_p_intf ) : QVLCMW( _p_intf )
 #ifndef HAVE_MAEMO
     if( sysTray )
     {
-        CONNECT( THEMIM->getIM(), statusChanged( int ),
+        CONNECT( THEMIM->getIM(), playingStatusChanged( int ),
                  this, updateSystrayTooltipStatus( int ) );
     }
 #endif