mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-04 02:08:49 -04:00
23 lines
929 B
Plaintext
23 lines
929 B
Plaintext
$NetBSD: patch-ff,v 1.3 2007/01/26 02:49:25 markd Exp $
|
|
|
|
--- ksysguard/gui/Workspace.cc.orig 2007-01-16 00:32:26.000000000 +1300
|
|
+++ ksysguard/gui/Workspace.cc
|
|
@@ -92,7 +92,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" );
|
|
|
|
@@ -441,7 +441,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() ) {
|