]> git.sesse.net Git - vlc/blobdiff - modules/video_output/msw/events.c
Wav: No tabs in source code
[vlc] / modules / video_output / msw / events.c
index b8a9d109b22a71efcc5458fdd03083c53942e6dd..ada4d43090d58d3fd5c18822e18fe8120c87de99 100644 (file)
@@ -957,7 +957,7 @@ void EventThreadMouseHide( event_thread_t *p_event )
 
 void EventThreadUpdateTitle( event_thread_t *p_event, const char *psz_fallback )
 {
-    char *psz_title = var_GetNonEmptyString( p_event->vd, "video-title" );
+    char *psz_title = var_InheritString( p_event->vd, "video-title" );
     if( !psz_title )
         psz_title = strdup( psz_fallback );
     if( !psz_title )