[vlc-devel] commit: macosx: Don't wrongly set an item for the update panel. (Pierre d' Herbemont )
git version control
git at videolan.org
Tue Jul 22 21:52:01 CEST 2008
vlc | branch: master | Pierre d'Herbemont <pdherbemont at videolan.org> | Tue Jul 22 21:53:34 2008 +0200| [01408785cc866ac23e690cce10023e4b04fa777d]
macosx: Don't wrongly set an item for the update panel.
This fix right-clicking->info on an item while an other is playing.
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=01408785cc866ac23e690cce10023e4b04fa777d
---
modules/gui/macosx/playlist.m | 3 ---
1 files changed, 0 insertions(+), 3 deletions(-)
diff --git a/modules/gui/macosx/playlist.m b/modules/gui/macosx/playlist.m
index 974a4a1..74b44e6 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 );
}
More information about the vlc-devel
mailing list