pkgsrc/x11/kdelibs3/patches/patch-ao
markd 477c138a48 Update to KDE 3.5
Many new features and refinements.

Notable changes include:
* Konqueror is the second web browser to pass the Acid2 CSS test,
  ahead of Firefox and Internet Explorer
* Konqueror can also now free web pages from adverts with its
  ad-block feature
* SuperKaramba is included in KDE, providing well-integrated and
  easy-to-install widgets for the user's desktop
* Kopete has support for MSN and Yahoo! webcams
* The edutainment module has three new applications (KGeography,
  Kanagram and blinKen), and has seen huge improvements in Kalzium
2005-12-11 10:53:54 +00:00

13 lines
494 B
Text

$NetBSD: patch-ao,v 1.7 2005/12/11 10:53:54 markd Exp $
--- kinit/kdostartupconfig.cpp.orig 2005-12-01 20:46:26.000000000 +1300
+++ kinit/kdostartupconfig.cpp
@@ -131,7 +131,7 @@ int main()
it != dirs.end();
++it )
{
- QString cfg = *it + "share/config/" + file;
+ QString cfg = *it + "share/kde/config/" + file;
if( KStandardDirs::exists( cfg ))
startupconfigfiles << cfg << "\n";
else