mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-04 02:08:49 -04:00
14 lines
435 B
Plaintext
14 lines
435 B
Plaintext
$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()
|