[vlc-devel] commit: Qt: fix a deadlock in the information panel. ( Rémi Duraffort )

Rémi Denis-Courmont rdenis at simphalempin.com
Wed Jul 23 12:45:59 CEST 2008


On Tue, 22 Jul 2008 22:57:17 +0200 (CEST), git at videolan.org (git version
control) wrote:
> @@ -186,6 +186,7 @@ void MetaPanel::update( input_item_t *p_item )
>  
>      /* Name / Title */
>      psz_meta = input_item_GetTitle( p_item );
> +    psz_meta = input_item_GetTitle( p_item );
>      char *psz_name = input_item_GetName( p_item );
>      if( !EMPTY_STR( psz_meta ) )
>          title_text->setText( qfu( psz_meta ) );

????

-- 
Rémi Denis-Courmont




More information about the vlc-devel mailing list