git.videolan.org
/
vlc.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Some more Qt playlist code
[vlc.git]
/
modules
/
gui
/
qt4
/
dialogs
/
playlist.cpp
diff --git
a/modules/gui/qt4/dialogs/playlist.cpp
b/modules/gui/qt4/dialogs/playlist.cpp
index
5120016
..
371e8bd
100644
(file)
--- a/
modules/gui/qt4/dialogs/playlist.cpp
+++ b/
modules/gui/qt4/dialogs/playlist.cpp
@@
-31,7
+31,7
@@
PlaylistDialog::PlaylistDialog( intf_thread_t *_p_intf ) : QVLCFrame( _p_intf )
{
playlist_t *p_playlist = (playlist_t *)vlc_object_find( p_intf,
VLC_OBJECT_PLAYLIST, FIND_ANYWHERE );
{
playlist_t *p_playlist = (playlist_t *)vlc_object_find( p_intf,
VLC_OBJECT_PLAYLIST, FIND_ANYWHERE );
- new StandardPLPanel( this, p_intf, p_playlist->p_root_category );
+ new StandardPLPanel( this, p_intf, p_playlist
, p_playlist
->p_root_category );
}
PlaylistDialog::~PlaylistDialog()
}
PlaylistDialog::~PlaylistDialog()