[Mplayer-cvslog] CVS: main/Gui/mplayer mw.h,1.73,1.74

Zoltan Ponekker pontscho at mplayerhq.hu
Sun Aug 4 22:44:53 CEST 2002


Update of /cvsroot/mplayer/main/Gui/mplayer
In directory mail:/var/tmp.root/cvs-serv10939/Gui/mplayer

Modified Files:
	mw.h 
Log Message:


- fix playlist2dvd bug
- change playlist selection mode


Index: mw.h
===================================================================
RCS file: /cvsroot/mplayer/main/Gui/mplayer/mw.h,v
retrieving revision 1.73
retrieving revision 1.74
diff -u -r1.73 -r1.74
--- mw.h	4 Aug 2002 19:23:57 -0000	1.73
+++ mw.h	4 Aug 2002 20:44:15 -0000	1.74
@@ -268,7 +268,7 @@
 	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;




More information about the MPlayer-cvslog mailing list