]> git.sesse.net Git - vlc/commitdiff
macosx: Don't wrongly set an item for the update panel.
authorPierre d'Herbemont <pdherbemont@videolan.org>
Tue, 22 Jul 2008 19:53:34 +0000 (21:53 +0200)
committerPierre d'Herbemont <pdherbemont@videolan.org>
Tue, 22 Jul 2008 19:54:32 +0000 (21:54 +0200)
This fix right-clicking->info on an item while an other is playing.

modules/gui/macosx/playlist.m

index 974a4a170e458e33728c5c63379cb54d7781d6ff..74b44e6bd27d74d86a5be794d9722e4964bab235 100644 (file)
 
     }
 
-    /* update our info-panel to reflect the new item */
-    [[[VLCMain sharedInstance] getInfo] updatePanelWithItem:p_item->p_input];
-
     vlc_object_release( p_playlist );
 
 }