summaryrefslogtreecommitdiff
path: root/x11/kdelibs2/patches/patch-bv
blob: 6b795802341bd8c13e21f8f990761c080d9e7a69 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
$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();