[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    kdeextragear-1/k3b/plugins/decoder/flac
From:       Sebastian Trueg <sebastian () trueg ! de>
Date:       2005-02-22 17:51:50
Message-ID: 20050222175150.E5C8CED8A () office ! kde ! org
[Download RAW message or body]

CVS commit by trueg: 

compile fix


  M +1 -1      k3bflacdecoder.cpp   1.5


--- kdeextragear-1/k3b/plugins/decoder/flac/k3bflacdecoder.cpp  #1.4:1.5
@@ -235,5 +235,5 @@ bool K3bFLACDecoder::analyseFileInternal
     kdDebug() << "(K3bFLACDecoder) using taglib to read tag" << endl;
     TagLib::FLAC::File f( QFile::encodeName(filename()) );
-    if( file.isOpen() ) {
+    if( f.isOpen() ) {
       addMetaInfo( META_TITLE, TStringToQString( f.tag()->title() ) );
       addMetaInfo( META_ARTIST, TStringToQString( f.tag()->artist() ) );


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic