Sophie

Sophie

distrib > Mandriva > 2007.1 > x86_64 > media > main-updates-src > by-pkgid > 8a53a5778eacd7942443b14192b5daf4 > files > 16

kdelibs-3.5.6-11.2mdv2007.1.src.rpm

--- kdelibs-3.3.2/kdeui/ksconfig.cpp--	2005-01-31 19:35:19.765707065 +0100
+++ kdelibs-3.3.2/kdeui/ksconfig.cpp	2005-01-31 19:35:56.044421525 +0100
@@ -496,6 +496,8 @@ void KSpellConfig::getAvailDictsAspell (
   // FIXME: use "aspell dump config" to find out the dict-dir
   QFileInfo dir ("/usr/lib/aspell");
   if (!dir.exists() || !dir.isDir())
+	dir.setFile ("/usr/lib/aspell-0.60");
+  if (!dir.exists() || !dir.isDir())
     dir.setFile ("/usr/local/lib/aspell");
   if (!dir.exists() || !dir.isDir())
     dir.setFile ("/usr/share/aspell");