Re: KLinkStatus crash
Paulo Moura Guedes <[email protected]>
| Newsgroups | gmane.comp.kde.devel.quanta |
|---|---|
| Message-ID | <[email protected]> |
On Wednesday 08 February 2006 22:30, Andras Mantia wrote: > On Wednesday 08 February 2006 03:38, Paulo Moura Guedes wrote: > > There is a 0.3.0 version from the branch klinkstatus_proceed > > available on the page, but I doubt it has some fix that might fix > > this problem. > > Well, you're forgotten backport commit is the one which fixes this (by > creating the new KURL object instead of using the reference). > Still the > url = url.url().left(i_ref); > line is not completely right. You assign a QString to a KURL. This > should be done with KURL::fromPathOrURL(). I didn't forget, I made the commit from work (windows) and I wanted to be sure it compiled fine. I will commit now. Thanks for the tip. Paulo