[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
- Previous message: [Mplayer-cvslog] CVS: main/Gui/mplayer/gtk pl.c,1.7,1.8
- Next message: [Mplayer-cvslog] CVS: main/DOCS bugreports.html,1.33,1.34 cd-dvd.html,1.34,1.35 codecs.html,1.74,1.75 documentation.html,1.281,1.282 encoding.html,1.52,1.53 faq.html,1.99,1.100 formats.html,1.37,1.38 sound.html,1.43,1.44 users_against_developers.html,1.25,1.26 video.html,1.85,1.86
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
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;
- Previous message: [Mplayer-cvslog] CVS: main/Gui/mplayer/gtk pl.c,1.7,1.8
- Next message: [Mplayer-cvslog] CVS: main/DOCS bugreports.html,1.33,1.34 cd-dvd.html,1.34,1.35 codecs.html,1.74,1.75 documentation.html,1.281,1.282 encoding.html,1.52,1.53 faq.html,1.99,1.100 formats.html,1.37,1.38 sound.html,1.43,1.44 users_against_developers.html,1.25,1.26 video.html,1.85,1.86
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the MPlayer-cvslog
mailing list