[Ap-python-commits] python/src ChangeLog,1.9,1.10
Status: Beta
Brought to you by:
sjah
From: <sj...@us...> - 2002-07-21 09:34:27
|
Update of /cvsroot/ap-python/python/src In directory usw-pr-cvs1:/tmp/cvs-serv17811/src Modified Files: ChangeLog Log Message: ChangeLog updated. Index: ChangeLog =================================================================== RCS file: /cvsroot/ap-python/python/src/ChangeLog,v retrieving revision 1.9 retrieving revision 1.10 diff -C2 -d -r1.9 -r1.10 *** ChangeLog 6 Jul 2002 17:51:40 -0000 1.9 --- ChangeLog 21 Jul 2002 09:34:24 -0000 1.10 *************** *** 1,2 **** --- 1,9 ---- + 2002-07-21 09:27 Evgeny Chukreev <co...@ec...> + + * pycoreplayer.cpp, pyplaylist.cpp: Fix compilation with gcc 3.1. + Remove check for instance arg for CorePlayer::RegisterNotifer and + CorePlayer::UnregisterNotifier. And the same for Playlist::Register + and Playlist::Unregister. This is useful in Python2.2. + 2002-07-06 17:40 Evgeny Chukreev <co...@ec...> |