]> git.sesse.net Git - vlc/commitdiff
Qt4 - Try to force the IM to show the name in DVD titles...
authorJean-Baptiste Kempf <jb@videolan.org>
Wed, 6 Feb 2008 05:52:45 +0000 (05:52 +0000)
committerJean-Baptiste Kempf <jb@videolan.org>
Wed, 6 Feb 2008 05:52:45 +0000 (05:52 +0000)
modules/gui/qt4/input_manager.cpp

index c9af4b40a7cdc271db74394bc9986fc4956378c9..fced35a6eace0fda6dbcd4759bae7a698195cf3d 100644 (file)
@@ -180,6 +180,7 @@ void InputManager::customEvent( QEvent *event )
         break;
     case ItemTitleChanged_Type:
         UpdateTitle();
+        UpdateMeta();
         break;
     case ItemStateChanged_Type:
        UpdateStatus();