diff options
-rw-r--r-- | Gui/mplayer/gtk/pl.c | 2 | ||||
-rw-r--r-- | Gui/mplayer/mw.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/Gui/mplayer/gtk/pl.c b/Gui/mplayer/gtk/pl.c index 1855019674..c56f3bbab5 100644 --- a/Gui/mplayer/gtk/pl.c +++ b/Gui/mplayer/gtk/pl.c @@ -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 ); diff --git a/Gui/mplayer/mw.h b/Gui/mplayer/mw.h index b82437a71d..3bc29c01fd 100644 --- a/Gui/mplayer/mw.h +++ b/Gui/mplayer/mw.h @@ -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; |