From bce2755a134ecc39e5abac49e144f427e911d001 Mon Sep 17 00:00:00 2001 From: pontscho Date: Tue, 28 Aug 2001 15:55:02 +0000 Subject: fix hprogressbar git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1730 b3059339-0415-0410-9bf9-f77b7e298cf2 --- Gui/app.c | 1 + 1 file changed, 1 insertion(+) (limited to 'Gui/app.c') diff --git a/Gui/app.c b/Gui/app.c index 557645defc..4c7ace937d 100644 --- a/Gui/app.c +++ b/Gui/app.c @@ -39,6 +39,7 @@ void appClearItem( wItem * item ) item->fontid=0; if ( item->label ) free( item->label ); item->label=NULL; item->event=0; + item->used=0; } void appCopy( listItems * dest,listItems * source ) -- cgit v1.2.3