[vlc-commits] macosx: don't rebuild the playlist table	unnecessarily often (close #12430 , refs #9960)
    Felix Paul Kühne 
    git at videolan.org
       
    Wed Oct 22 17:22:56 CEST 2014
    
    
  
vlc | branch: master | Felix Paul Kühne <fkuehne at videolan.org> | Wed Oct 22 17:22:25 2014 +0200| [52b64b0567338913bc43a4e013ad20f2bbda8be3] | committer: Felix Paul Kühne
macosx: don't rebuild the playlist table unnecessarily often (close #12430, refs #9960)
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=52b64b0567338913bc43a4e013ad20f2bbda8be3
---
 modules/gui/macosx/intf.m |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/modules/gui/macosx/intf.m b/modules/gui/macosx/intf.m
index cd93cec..89150f6 100644
--- a/modules/gui/macosx/intf.m
+++ b/modules/gui/macosx/intf.m
@@ -1311,9 +1311,9 @@ static bool f_appExit = false;
 
     [o_playlist updateRowSelection];
     [o_mainwindow updateWindow];
+    [o_mainwindow updateName];
     [self updateDelays];
     [self updateMainMenu];
-    [self playlistUpdated];
 
     /*
      * Due to constraints within NSAttributedString's main loop runtime handling
    
    
More information about the vlc-commits
mailing list