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

List:       kde-commits
Subject:    branches/KDE/3.5/kdewebdev/quanta
From:       Andras Mantia <amantia () kde ! org>
Date:       2008-02-13 9:47:07
Message-ID: 1202896027.689946.13014.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 774441 by amantia:

Fix deadlock in CSS editor when the propery contains ":" .

BUG: 153221

 M  +4 -2      ChangeLog  
 M  +1 -1      components/csseditor/csseditor.cpp  


--- branches/KDE/3.5/kdewebdev/quanta/ChangeLog #774440:774441
@@ -6,6 +6,10 @@
       - do not keep an empty, Untitled document opened when opening new files [#151682]
       - fix crash when closing a plugin and no other document is opened [#156728]
       - insert literal character entities if possible [#129520]
+      - make HTML forms work in the internal preview 
+      - fix deadlock in CSS editor when the propery contains ":" [#153221]
+- improvements:
+      - list plugins in the Open With... menu.
 
 Version 3.5.8 (Release date: 07-10-2006)
  - bugfixes:
@@ -17,8 +21,6 @@
       - make the parser as fast as it was in 3.5.6 and before
       - fix help button in the New Project wizard [#145324]
       - do not add the same entry over and over to the completion list
-- improvements:
-      - list plugins in the Open With... menu.
 
 Version 3.5.7 (Release date: xx-xx-2006; Started 06-02-2006)
  - bugfixes:
--- branches/KDE/3.5/kdewebdev/quanta/components/csseditor/csseditor.cpp #774440:774441
@@ -264,7 +264,7 @@
 
   for ( QStringList::Iterator it = props.begin(); it != props.end(); ++it ) {
        const QString propertyName((*it).section(":",0,0).stripWhiteSpace());
-       const QString propertyValue((*it).section(":",1,1));
+       const QString propertyValue((*it).section(":",1));
 
       if( ShorthandFormer::SHFormList().contains(propertyName)==0 ) {
          temp+= propertyName + " : " + propertyValue +";\n\t";
[prev in list] [next in list] [prev in thread] [next in thread] 

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