[vlc-commits] commit: Win32 XP: fix the infamous bug where VLC didn't quit ( Jean-Baptiste Kempf )
git at videolan.org
git at videolan.org
Thu Nov 11 20:29:37 CET 2010
vlc/vlc-1.1 | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Thu Nov 11 20:22:34 2010 +0100| [c503ddcfc1828b6e2ad8061a06a7672a9053f0a2] | committer: Jean-Baptiste Kempf
Win32 XP: fix the infamous bug where VLC didn't quit
See hundreds of bugreports on forum
> http://git.videolan.org/gitweb.cgi/vlc/vlc-1.1.git/?a=commit;h=c503ddcfc1828b6e2ad8061a06a7672a9053f0a2
---
modules/gui/qt4/qt4.cpp | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/modules/gui/qt4/qt4.cpp b/modules/gui/qt4/qt4.cpp
index 387681d..0213ad7 100644
--- a/modules/gui/qt4/qt4.cpp
+++ b/modules/gui/qt4/qt4.cpp
@@ -455,7 +455,7 @@ static void *Thread( void *obj )
vlc_sem_post (&ready);
/* Last settings */
- app.setQuitOnLastWindowClosed( false );
+ app.setQuitOnLastWindowClosed( true );
/* Retrieve last known path used in file browsing */
p_intf->p_sys->filepath =
More information about the vlc-commits
mailing list