[PC-BSD Commits] r5765 - pcbsd/trunk/SoftwareManager
svn at pcbsd.org
svn at pcbsd.org
Mon Jan 4 11:34:47 PST 2010
Author: kris
Date: 2010-01-04 11:34:47 -0800 (Mon, 04 Jan 2010)
New Revision: 5765
Modified:
pcbsd/trunk/SoftwareManager/softmanager-webview.cpp
Log:
Don't jump back when viewing offsite URL
Modified: pcbsd/trunk/SoftwareManager/softmanager-webview.cpp
===================================================================
--- pcbsd/trunk/SoftwareManager/softmanager-webview.cpp 2010-01-04 19:20:02 UTC (rev 5764)
+++ pcbsd/trunk/SoftwareManager/softmanager-webview.cpp 2010-01-04 19:34:47 UTC (rev 5765)
@@ -205,7 +205,6 @@
if ( url.toString().indexOf("pbi://") != 0 && url.toString().indexOf("http://www.pbidir.com") != 0 )
{
webPBIView->stop();
- webPBIView->back();
system("konqueror " + url.toString().toLatin1() + " &");
}
}
More information about the Commits
mailing list