mirror of
https://github.com/mpv-player/mpv
synced 2025-02-07 15:41:55 +00:00
- fix playlist2dvd bug
- change playlist selection mode git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6906 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
05ff4fe71f
commit
3028f5f38f
@ -548,7 +548,7 @@ GtkWidget * create_PlayList( void )
|
||||
gtk_widget_show( CLFiles );
|
||||
gtk_container_add( GTK_CONTAINER( scrolledwindow2 ),CLFiles );
|
||||
gtk_clist_set_column_width( GTK_CLIST( CLFiles ),0,80 );
|
||||
gtk_clist_set_selection_mode( GTK_CLIST( CLFiles ),GTK_SELECTION_MULTIPLE );
|
||||
gtk_clist_set_selection_mode( GTK_CLIST( CLFiles ),GTK_SELECTION_EXTENDED );
|
||||
gtk_clist_column_titles_show( GTK_CLIST( CLFiles ) );
|
||||
gtk_clist_set_shadow_type( GTK_CLIST( CLFiles ),GTK_SHADOW_NONE );
|
||||
|
||||
|
@ -268,7 +268,7 @@ play:
|
||||
vcd_track=0;
|
||||
dvd_title=0;
|
||||
|
||||
if ( gtkSet( gtkGetCurrPlItem,0,NULL ) )
|
||||
if ( gtkSet( gtkGetCurrPlItem,0,NULL ) &&( guiIntfStruct.StreamType == STREAMTYPE_FILE ) )
|
||||
{
|
||||
plItem * next = gtkSet( gtkGetCurrPlItem,0,NULL );
|
||||
plLastPlayed=next;
|
||||
|
Loading…
Reference in New Issue
Block a user