vlc | branch: master | Felix Paul Kühne <[email protected]> | 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 _______________________________________________ vlc-commits mailing list [email protected] https://mailman.videolan.org/listinfo/vlc-commits
