[Mplayer-cvslog] CVS: main/Gui app.c,1.5,1.6
Zoltan Ponekker
pontscho at mplayer.dev.hu
Tue Aug 28 17:53:43 CEST 2001
Update of /cvsroot/mplayer/main/Gui
In directory mplayer:/var/tmp.root/cvs-serv25826/Gui
Modified Files:
app.c
Log Message:
fix hprogressbar
Index: app.c
===================================================================
RCS file: /cvsroot/mplayer/main/Gui/app.c,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- app.c 27 Aug 2001 23:56:43 -0000 1.5
+++ app.c 28 Aug 2001 15:53:40 -0000 1.6
@@ -39,6 +39,7 @@
item->fontid=0;
if ( item->label ) free( item->label ); item->label=NULL;
item->event=0;
+ item->used=0;
}
void appCopy( listItems * dest,listItems * source )
More information about the MPlayer-cvslog
mailing list