]> git.sesse.net Git - vlc/blobdiff - modules/gui/macosx/intf.m
macosx: renamed getVoutView to voutView in order to make it conform to the cocoa...
[vlc] / modules / gui / macosx / intf.m
index 75a346cd288fd9fb29d17d63fdc6986d86c1c9fd..4785786cdfa7095071ddbbe669ae8d3f218b7733 100644 (file)
@@ -1599,7 +1599,7 @@ static void * manage_cleanup( void * args )
             [self setScrollField: aString stopAfter:-1];
             [[[self getControls] getFSPanel] setStreamTitle: aString];
 
-            [[o_controls getVoutView] updateTitle];
+            [[o_controls voutView] updateTitle];
  
             [o_playlist updateRowSelection];
             p_intf->p_sys->b_current_title_update = FALSE;