[vlc-devel] commit: Fix quit sequence in skins2. (Laurent Aimar )

git version control git at videolan.org
Tue Jan 6 21:37:53 CET 2009


vlc | branch: master | Laurent Aimar <fenrir at videolan.org> | Tue Jan  6 21:24:44 2009 +0100| [ba38730709228af17ea8050cf106fe23d742bae7] | committer: Laurent Aimar 

Fix quit sequence in skins2.

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=ba38730709228af17ea8050cf106fe23d742bae7
---

 modules/gui/skins2/commands/cmd_quit.cpp |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/modules/gui/skins2/commands/cmd_quit.cpp b/modules/gui/skins2/commands/cmd_quit.cpp
index 74cd7ed..7e287ca 100644
--- a/modules/gui/skins2/commands/cmd_quit.cpp
+++ b/modules/gui/skins2/commands/cmd_quit.cpp
@@ -38,7 +38,6 @@ void CmdQuit::execute()
 {
     // Stop the playlist
     vout_OSDMessage( getIntf(), DEFAULT_CHAN, _( "Quit" ) );
-    playlist_Stop( getIntf()->p_sys->p_playlist );
 
     // Get the instance of OSFactory
     OSFactory *pOsFactory = OSFactory::instance( getIntf() );




More information about the vlc-devel mailing list