]> Git trees. - libqmvoc.git/commitdiff
I hope I still know what I'm doing around here. Load the column title correctly in...
authorPeter Hedlund <peter@peterandlinda.com>
Thu, 30 Aug 2007 18:07:49 +0000 (18:07 +0000)
committerPeter Hedlund <peter@peterandlinda.com>
Thu, 30 Aug 2007 18:07:49 +0000 (18:07 +0000)
svn path=/trunk/KDE/kdeedu/libkdeedu/; revision=706537

keduvocdocument/keduvockvtmlreader.cpp

index 38bcb472fe06dc674feb499a4d3383d374b22f49..6a79ac5ab4a2361f2de43e087f49194fe7611e02 100644 (file)
@@ -1043,11 +1043,11 @@ bool KEduVocKvtmlReader::readExpression( QDomElement &domElementParent )
 
                 q_trans = lang;
         }
-//kDebug() << " TranslationList.count(): " << translationList.count() << "  Entry count: " << m_doc->entryCount();
+
         if ( m_doc->entryCount() == 0 ) { // this is because in kvtml the languages are saved in the FIRST ENTRY ONLY.
-//kDebug() << " Read Expression with identifiers: " << lang;
+
             // new translation
-            if (!addLanguage(i, attribute.value())) {
+            if (!addLanguage(i, lang)) {
                 return false;
             }
         }