[Konversation-devel] [Bug 108021] malformed link when clicking on
it
ismail cartman donmez
ismail at kde.org.tr
Fri Jun 24 17:07:38 CEST 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=108021
ismail kde org tr changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
------- Additional Comments From ismail kde org tr 2005-06-24 17:07 -------
SVN commit 428545 by cartman:
Reset protocol so multiple links works as expected.
BUG:108021
M +1 -0 common.cpp
--- trunk/extragear/network/konversation/src/common.cpp #428544:428545
@ -78,6 +78,7 @
}
while((pos = urlPattern.search(filteredLine, pos)) >= 0) {
+ protocol="";
urlLen = urlPattern.matchedLength();
href = filteredLine.mid( pos, urlLen );
More information about the Konversation-devel
mailing list