diff options
Diffstat (limited to 'x11/kdelibs3/patches/patch-cf')
-rw-r--r-- | x11/kdelibs3/patches/patch-cf | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/x11/kdelibs3/patches/patch-cf b/x11/kdelibs3/patches/patch-cf deleted file mode 100644 index 21d54fd30f0..00000000000 --- a/x11/kdelibs3/patches/patch-cf +++ /dev/null @@ -1,13 +0,0 @@ -$NetBSD: patch-cf,v 1.7 2004/08/21 12:16:45 markd Exp $ - ---- kinit/autostart.cpp.orig 2003-09-21 20:39:17.000000000 +1200 -+++ kinit/autostart.cpp -@@ -47,7 +47,7 @@ AutoStart::AutoStart() - { - m_startList = new AutoStartList; - m_startList->setAutoDelete(true); -- KGlobal::dirs()->addResourceType("autostart", "share/autostart"); -+ KGlobal::dirs()->addResourceType("autostart", "share/kde/autostart"); - } - - AutoStart::~AutoStart() |