#Change to fix tree traversal bug in libmyth
#This change affects the play music screen in mythmusic
#Vikas 7/19/2005
Index: mythtv-0.18.1/libs/libmyth/uitypes.cpp 
2723c2723
<             for(int j = 0; j < bins - i; j++)
---
>             for(int j = 0; j < active_bin - i; j++)

