summaryrefslogtreecommitdiff
path: root/x11/kdebase3/patches/patch-ff
blob: 74837387a80b61b0187814500f70e8af53b37da8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
$NetBSD: patch-ff,v 1.2 2004/02/04 14:25:59 markd Exp $

--- ksysguard/gui/Workspace.cc.orig	2003-06-26 19:00:45.000000000 +1200
+++ ksysguard/gui/Workspace.cc
@@ -89,7 +89,7 @@ void Workspace::readProperties( KConfig 
      * probably the first time the user has started KSysGuard. We
      * then "restore" a special default configuration. */
     KStandardDirs* kstd = KGlobal::dirs();
-    kstd->addResourceType( "data", "share/apps/ksysguard" );
+    kstd->addResourceType( "data", "share/kde/apps/ksysguard" );
 
     mWorkDir = kstd->saveLocation( "data", "ksysguard" );
 
@@ -434,7 +434,7 @@ void Workspace::applyStyle()
 void Workspace::showProcesses()
 {
   KStandardDirs* kstd = KGlobal::dirs();
-  kstd->addResourceType( "data", "share/apps/ksysguard" );
+  kstd->addResourceType( "data", "share/kde/apps/ksysguard" );
 
   QString file = kstd->findResource( "data", "ProcessTable.sgrd" );
   if ( !file.isEmpty() )