Files
pkgsrc-ng/x11/kdebase3/patches/patch-fe
2013-09-26 17:14:40 +02:00

23 lines
866 B
Plaintext

$NetBSD: patch-fe,v 1.2 2004/02/04 14:25:59 markd Exp $
--- ksysguard/gui/KSysGuardApplet.cc.orig 2003-07-21 19:32:29.000000000 +1200
+++ ksysguard/gui/KSysGuardApplet.cc
@@ -298,7 +298,7 @@ void KSysGuardApplet::resizeDocks( uint
bool KSysGuardApplet::load()
{
KStandardDirs* kstd = KGlobal::dirs();
- kstd->addResourceType( "data", "share/apps/ksysguard" );
+ kstd->addResourceType( "data", "share/kde/apps/ksysguard" );
QString fileName = kstd->findResource( "data", "KSysGuardApplet.xml" );
QFile file( fileName );
@@ -441,7 +441,7 @@ bool KSysGuardApplet::save()
}
KStandardDirs* kstd = KGlobal::dirs();
- kstd->addResourceType( "data", "share/apps/ksysguard" );
+ kstd->addResourceType( "data", "share/kde/apps/ksysguard" );
QString fileName = kstd->saveLocation( "data", "ksysguard" );
fileName += "/KSysGuardApplet.xml";