From 01408785cc866ac23e690cce10023e4b04fa777d Mon Sep 17 00:00:00 2001 From: Pierre d'Herbemont Date: Tue, 22 Jul 2008 21:53:34 +0200 Subject: [PATCH] macosx: Don't wrongly set an item for the update panel. This fix right-clicking->info on an item while an other is playing. --- modules/gui/macosx/playlist.m | 3 --- 1 file changed, 3 deletions(-) diff --git a/modules/gui/macosx/playlist.m b/modules/gui/macosx/playlist.m index 974a4a170e..74b44e6bd2 100644 --- a/modules/gui/macosx/playlist.m +++ b/modules/gui/macosx/playlist.m @@ -553,9 +553,6 @@ } - /* update our info-panel to reflect the new item */ - [[[VLCMain sharedInstance] getInfo] updatePanelWithItem:p_item->p_input]; - vlc_object_release( p_playlist ); } -- 2.39.2