vlc/vlc-2.2 | branch: master | Felix Paul Kühne <[email protected]> | Wed Oct 22 17:22:25 2014 +0200| [db2102d39b343e5457db6adf0084acf6aa5c8083] | committer: Felix Paul Kühne
macosx: don't rebuild the playlist table unnecessarily often (close #12430, refs #9960) (cherry picked from commit 52b64b0567338913bc43a4e013ad20f2bbda8be3) > http://git.videolan.org/gitweb.cgi/vlc/vlc-2.2.git/?a=commit;h=db2102d39b343e5457db6adf0084acf6aa5c8083 --- 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 a85372b..74b1f4f 100644 --- a/modules/gui/macosx/intf.m +++ b/modules/gui/macosx/intf.m @@ -1302,9 +1302,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
