Commit c503ddcf authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Win32 XP: fix the infamous bug where VLC didn't quit

See hundreds of bugreports on forum
parent 905a7928
...@@ -455,7 +455,7 @@ static void *Thread( void *obj ) ...@@ -455,7 +455,7 @@ static void *Thread( void *obj )
vlc_sem_post (&ready); vlc_sem_post (&ready);
/* Last settings */ /* Last settings */
app.setQuitOnLastWindowClosed( false ); app.setQuitOnLastWindowClosed( true );
/* Retrieve last known path used in file browsing */ /* Retrieve last known path used in file browsing */
p_intf->p_sys->filepath = p_intf->p_sys->filepath =
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment