By default, Bugzilla does not search the list of RESOLVED bugs.
You can force it to do so by putting the upper-case word ALL in front of your search query, e.g.: ALL tdelibs
We recommend searching for bugs this way, as you may discover that your bug has already been resolved and fixed in a later release. View | Details | Raw Unified | Return to bug 2109
Collapse All | Expand All

(-)tdeui/ksconfig.cpp.orig (+4 lines)
Lines 188-194 Link Here
188
  setDictionary    ( kc->readEntry("KSpell_Dictionary") );
188
  setDictionary    ( kc->readEntry("KSpell_Dictionary") );
189
  setDictFromList  ( kc->readNumEntry("KSpell_DictFromList", false) );
189
  setDictFromList  ( kc->readNumEntry("KSpell_DictFromList", false) );
190
  setEncoding ( kc->readNumEntry ("KSpell_Encoding", KS_E_UTF8) );
190
  setEncoding ( kc->readNumEntry ("KSpell_Encoding", KS_E_UTF8) );
191
#ifdef __OpenBSD__
192
  setClient ( kc->readNumEntry ("KSpell_Client", KS_CLIENT_ASPELL) );
193
#else
191
  setClient ( kc->readNumEntry ("KSpell_Client", KS_CLIENT_ISPELL) );
194
  setClient ( kc->readNumEntry ("KSpell_Client", KS_CLIENT_ISPELL) );
195
#endif
192
196
193
  return true;
197
  return true;
194
}
198
}

Return to bug 2109