Commit 2b0390c1 authored by Laurent Aimar's avatar Laurent Aimar

Do not leave the index building progress bar opened when exit is requested.

parent 99839e32
......@@ -2395,9 +2395,7 @@ static void AVI_IndexCreate( demux_t *p_demux )
avi_packet_t pk;
if( !vlc_object_alive (p_demux) )
{
return;
}
break;
/* Don't update dialog too often */
if( p_demux->p_sys->i_dialog_id > 0 &&
......
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