1
mirror of https://code.videolan.org/videolan/vlc synced 2024-08-10 19:05:07 +02:00

Qt4 - cosmetic.

This commit is contained in:
Jean-Baptiste Kempf 2008-02-10 12:01:30 +00:00
parent c0082a6a9a
commit e3548f5343

View File

@ -87,8 +87,10 @@ void InputManager::setInput( input_thread_t *_p_input )
UpdateTitle();
UpdateArt();
addCallbacks();
i_input_id = input_GetItem( p_input )->i_id;
} else {
i_input_id = input_GetItem( p_input )->i_id;
}
else
{
p_input = NULL;
i_input_id = 0;
}
@ -165,7 +167,7 @@ void InputManager::customEvent( QEvent *event )
type != ItemTitleChanged_Type &&
type != ItemStateChanged_Type )
return;
if( !p_input || p_input->b_die || p_input->b_dead )
return;
if( type != PositionUpdate_Type && ( i_input_id != ple->i_id ) )