pkgsrc/x11/kdelibs2/patches/patch-bv
skrll 5f42d5addd Make sure that kssl look in the right place for its data.
This fixes the "The server certificate failed the authenticity test"
errors in konqueror when using https.
2002-02-23 15:24:17 +00:00

13 lines
568 B
Text

$NetBSD: patch-bv,v 1.1 2002/02/23 15:24:18 skrll Exp $
--- kio/kssld/kssld.cpp.orig Fri Oct 12 20:16:16 2001
+++ kio/kssld/kssld.cpp
@@ -61,7 +61,7 @@
{
// ----------------------- FOR THE CACHE ------------------------------------
cfg = new KSimpleConfig("ksslpolicies", false);
- if (!KGlobal::dirs()->addResourceType("kssl", "share/apps/kssl")) {
+ if (!KGlobal::dirs()->addResourceType("kssl", KStandardDirs::kde_default("data") + "kssl")) {
// kdDebug(7029) << "Error adding (kssl, share/apps/kssl)" << endl;
}
cacheLoadDefaultPolicies();