[Knode-devel] [Bug 60026] When I click on a link ending with a "/"
knode del the "/" before sending it to my customized viewer:
/usr/bin/mozilla -remote openurl(%u, new-tab)
Roberto Teixeira
maragato at kde.org
Sat Nov 1 12:09:46 CET 2003
------- 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=60026
maragato at kde.org changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |FIXED
------- Additional Comments From maragato at kde.org 2003-11-01 13:09 -------
Subject: kdepim/knode
CVS commit by maragato:
Don't remove the ending slash from URL's
CCMAIL: 60026-done at bugs.kde.org
M +0 -3 knarticlewidget.cpp 1.160
--- kdepim/knode/knarticlewidget.cpp #1.159:1.160
@@ -1510,7 +1510,4 @@ void KNArticleWidget::anchorClicked(cons
}
- if (target.endsWith("/"))
- target.truncate(target.length()-1);
-
if((button==LeftButton)||(button==MidButton)) {
KNGroup *g;
More information about the Knode-devel
mailing list