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

(-)tdelibs/tdeio/tdeio/kservice.cpp (-3 lines)
Lines 236-244 Link Here
236
  m_strComment = config->readComment();
236
  m_strComment = config->readComment();
237
  entryMap.remove("Comment");
237
  entryMap.remove("Comment");
238
  m_strGenName = config->readGenericName();
238
  m_strGenName = config->readGenericName();
239
  if (kde4application) {
240
    m_strGenName += " [KDE4]";
241
  }
242
  entryMap.remove("GenericName");
239
  entryMap.remove("GenericName");
243
  TQString untranslatedGenericName = config->readEntryUntranslated( "GenericName" );
240
  TQString untranslatedGenericName = config->readEntryUntranslated( "GenericName" );
244
  if (!untranslatedGenericName.isEmpty())
241
  if (!untranslatedGenericName.isEmpty())

Return to bug 1563