]> git.sesse.net Git - vlc/blobdiff - modules/gui/skins2/src/vlcproc.cpp
For consistency, remove references to vlc from libvlc
[vlc] / modules / gui / skins2 / src / vlcproc.cpp
index d1478a381cf88b9446c493dd1b8fd7f69068d754..fc04626fc3cab29c7c3975b9c2e8e21ffb7b0281 100644 (file)
@@ -230,7 +230,7 @@ void VlcProc::dropVout()
 void VlcProc::manage()
 {
     // Did the user request to quit vlc ?
-    if( getIntf()->b_die || getIntf()->p_vlc->b_die )
+    if( getIntf()->b_die || getIntf()->p_libvlc->b_die )
     {
         CmdQuit *pCmd = new CmdQuit( getIntf() );
         AsyncQueue *pQueue = AsyncQueue::instance( getIntf() );