| Summary: | malformed link when clicking on it | ||
|---|---|---|---|
| Product: | [Applications] konversation | Reporter: | Mike Unke <smike> |
| Component: | general | Assignee: | Konversation Bugs <konversation-bugs-null> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | ||
| Priority: | NOR | ||
| Version First Reported In: | unspecified | ||
| Target Milestone: | --- | ||
| Platform: | unspecified | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
|
Description
Mike Unke
2005-06-23 21:52:52 UTC
Experienced problems with more than one link per line too... 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 );
|