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

List:       kfm-devel
Subject:    kdeaddons/konq-plugins/webarchiver
From:       Antonio Larrosa Jimenez <larrosa () kde ! org>
Date:       2004-02-08 12:10:32
Message-ID: 20040208121032.B5F0F9145 () office ! kde ! org
[Download RAW message or body]

CVS commit by antlarr: 

I'm not very sure of why, but now DOM::Attr::name().string() returns
the string in lower case, while previously it was always uppercase, so
this failed when doing a case-sensitive comparison to uppercase names

CCing kfm-devel just in case it can be considered a regression
CCMAIL:kfm-devel@kde.org, khtml-cvs@kde.org


  M +1 -1      archivedialog.cpp   1.5


--- kdeaddons/konq-plugins/webarchiver/archivedialog.cpp  #1.4:1.5
@@ -213,5 +213,5 @@ void ArchiveDialog::saveArchiveRecursive
         for( unsigned int j=0; j<lmap; j++ ) {
            attr = static_cast<DOM::Attr>(attrs.item(j));
-           attrName = attr.name().string();
+           attrName = attr.name().string().upper();
            attrValue = attr.value().string();
 


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

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