summaryrefslogtreecommitdiffstats
path: root/Gui/app.c
diff options
context:
space:
mode:
authorpontscho <pontscho@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-08-28 15:55:02 +0000
committerpontscho <pontscho@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-08-28 15:55:02 +0000
commitbce2755a134ecc39e5abac49e144f427e911d001 (patch)
tree3a59fd25f1b02a1903a309ed46c64be94ec00e12 /Gui/app.c
parentc5c913ad170d5c98ac4eb01a913a9ee0e2a25cda (diff)
downloadmpv-bce2755a134ecc39e5abac49e144f427e911d001.tar.bz2
mpv-bce2755a134ecc39e5abac49e144f427e911d001.tar.xz
fix hprogressbar
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1730 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'Gui/app.c')
-rw-r--r--Gui/app.c1
1 files changed, 1 insertions, 0 deletions
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 )