Bug#1706: Maybe this didn't get through ;)

Juergen Vigna jug at sad.it
Thu Aug 12 10:38:53 UTC 1999


Rehi!

I just downloaded the last snapshot and have seen that the error
in the font-writing-stuff from the dialog-editor has not been fixed yet.
Maybe you didn't get my first report, so I send it anotertime, but this
time a attach the patch to this mail.

The problem is in the file kdlgpropertybase.cpp.

Hope this helps!

Greets Jürgen

-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._

Dr. Jürgen Vigna                      E-Mail: jug at sad.it
Gerbergasse 60                        Tel:    +39-0471-450260
I-39100 Bozen                         Fax:    +39-0471-970042
ITALY                                 Web:    http://www.sad.it/~jug

        "Hey, Sam, how about a loan?"
        "Whattaya need?"
        "Oh, about $500."
        "Whattaya got for collateral?"
        "Whattaya need?"
        "How about an eye?"
                -- Sam Giancana

-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._
-------------- next part --------------
--- kdlgpropertybase.cpp.old	Mon Aug  9 15:38:53 1999
+++ kdlgpropertybase.cpp	Mon Aug  9 15:30:42 1999
@@ -170,7 +170,7 @@
 	    contents += ", ";
 	    contents += QString().setNum(font.weight());
 	    if(font.italic())
-	    contents += "true)";
+                contents += ",true";
 	    contents += ")";
 	    dumpPropCall(stream, methname, contents);
 	}


More information about the KDevelop-devel mailing list