summaryrefslogtreecommitdiff
path: root/x11/kdebase3/patches/patch-fe
diff options
context:
space:
mode:
Diffstat (limited to 'x11/kdebase3/patches/patch-fe')
-rw-r--r--x11/kdebase3/patches/patch-fe32
1 files changed, 16 insertions, 16 deletions
diff --git a/x11/kdebase3/patches/patch-fe b/x11/kdebase3/patches/patch-fe
index 1b44b4b0d30..e3d750077e1 100644
--- a/x11/kdebase3/patches/patch-fe
+++ b/x11/kdebase3/patches/patch-fe
@@ -1,22 +1,22 @@
-$NetBSD: patch-fe,v 1.1 2004/01/22 18:55:26 jmmv Exp $
+$NetBSD: patch-fe,v 1.2 2004/02/04 14:25:59 markd Exp $
---- ksysguard/gui/KSysGuardApplet.cc.orig 2003-07-13 21:24:24.000000000 +0200
+--- ksysguard/gui/KSysGuardApplet.cc.orig 2003-07-21 19:32:29.000000000 +1200
+++ ksysguard/gui/KSysGuardApplet.cc
-@@ -359,7 +359,7 @@ bool
- KSysGuardApplet::load()
+@@ -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");
+ 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);
-@@ -516,7 +516,7 @@ KSysGuardApplet::save()
- }
+ 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";
+ 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";