[Ap-python-commits] python/examples/aptk ChangeLog,1.13,1.14
Status: Beta
Brought to you by:
sjah
From: <sj...@us...> - 2002-07-26 14:33:47
|
Update of /cvsroot/ap-python/python/examples/aptk In directory usw-pr-cvs1:/tmp/cvs-serv2852/examples/aptk Modified Files: ChangeLog Log Message: ChangeLog updated. Index: ChangeLog =================================================================== RCS file: /cvsroot/ap-python/python/examples/aptk/ChangeLog,v retrieving revision 1.13 retrieving revision 1.14 diff -C2 -d -r1.13 -r1.14 *** ChangeLog 24 Jul 2002 07:05:56 -0000 1.13 --- ChangeLog 26 Jul 2002 14:33:44 -0000 1.14 *************** *** 1,2 **** --- 1,12 ---- + 2002-07-26 14:32 Evgeny Chukreev <co...@ec...> + + * panel.py: Add buttons to playlist widget. Fix problem when aptk + crashed on empty lists. + + 2002-07-25 16:19 Evgeny Chukreev <co...@ec...> + + * panel.py, playlist.py: Playlist widget is thread safe now. Catch + playlist update notify. + 2002-07-24 07:04 Evgeny Chukreev <co...@ec...> |