[Kpod-devel] cvs_commit libqtpod/src listitem.cpp, 1.26.2.1, 1.26.2.2
Status: Beta
Brought to you by:
fry26
From: Michael S. <fr...@us...> - 2008-01-18 22:30:14
|
Update of /cvsroot/kpod/libqtpod/src In directory sc8-pr-cvs2.sourceforge.net:/tmp/cvs-serv29908/src Modified Files: Tag: branch_0_4 listitem.cpp Log Message: resolved TODOs Index: listitem.cpp =================================================================== RCS file: /cvsroot/kpod/libqtpod/src/listitem.cpp,v retrieving revision 1.26.2.1 retrieving revision 1.26.2.2 diff -C2 -d -r1.26.2.1 -r1.26.2.2 *** listitem.cpp 18 Jan 2008 22:27:52 -0000 1.26.2.1 --- listitem.cpp 18 Jan 2008 22:30:10 -0000 1.26.2.2 *************** *** 332,339 **** case MHOD_DESCRIPTION_TEXT: case MHOD_SUBTITLE: ! // TODO check for these with the libqpod impl ! // case MHOD_TVSHOW: ! // case MHOD_TVEPISODE: ! // case MHOD_TVNETWORK: case MHOD_ALBUMARTIST: case MHOD_ARTIST_FOR_SORT: --- 332,338 ---- case MHOD_DESCRIPTION_TEXT: case MHOD_SUBTITLE: ! case MHOD_TVSHOW: ! case MHOD_TVEPISODE: ! case MHOD_TVNETWORK: case MHOD_ALBUMARTIST: case MHOD_ARTIST_FOR_SORT: |