From: Pierre d'Herbemont Date: Tue, 22 Jul 2008 19:53:34 +0000 (+0200) Subject: macosx: Don't wrongly set an item for the update panel. X-Git-Tag: 0.9.0-test3~326 X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=01408785cc866ac23e690cce10023e4b04fa777d;p=vlc macosx: Don't wrongly set an item for the update panel. This fix right-clicking->info on an item while an other is playing. --- 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 ); }