[Kst] [Bug 118149] either Saving or loading plots does not work.

Andrew Walker arwalker at sumusltd.com
Mon Dec 12 20:17:59 CET 2005


------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
         
http://bugs.kde.org/show_bug.cgi?id=118149         
arwalker sumusltd com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED



------- Additional Comments From arwalker sumusltd com  2005-12-12 20:17 -------
SVN commit 487981 by arwalker:

BUG:118149 Plot identifier was changed in kst2dplot.cpp but not here.

 M  +2 -1      kstviewobject.cpp  


--- trunk/extragear/graphics/kst/kst/kstviewobject.cpp #487980:487981
 @ -163,7 +163,8  @
   while (!n.isNull()) {
     QDomElement el = n.toElement();
     if (!el.isNull()) {
-      if (el.tagName() == "plot") {
+      if (el.tagName() == "Plot" ||
+          el.tagName() == "plot") {
         // get the <tag> value properly
         QString in_tag;
         QDomNode plotNode = el.firstChild();


More information about the Kst mailing list