fixed bug that the progress bar did'nt back to normal while changing WPS

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8649 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Ben Basha 2006-02-10 14:07:53 +00:00
parent e0622ab588
commit 1c366425f9

View file

@ -835,6 +835,7 @@ static void wps_clear(struct wps_data *data )
}
data->wps_sb_tag = false;
data->show_sb_on_wps = false;
data->progressbar.have_bitmap_pb=false;
}
#else
#define wps_clear(a)