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 860
Collapse All | Expand All

(-)tdeutils/superkaramba/src/themelocale.cpp (-1 / +1 lines)
Lines 175-181 Link Here
175
  // Reset the list and add the new languages
175
  // Reset the list and add the new languages
176
  TQStringList languageList;
176
  TQStringList languageList;
177
  languageList +=
177
  languageList +=
178
      TQStringList::split(':', TQFile::decodeName(::getenv("KDE_LANG")));
178
      TQStringList::split(':', TQFile::decodeName(::getenv("TDE_LANG")));
179
  languageList += config->readListEntry("Language", ':');
179
  languageList += config->readListEntry("Language", ':');

Return to bug 860