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

(-)/dev/shm/kdelibs/kdecore/kstandarddirs.cpp (-1 / +1 lines)
Lines 1030-1036 Link Here
1030
    if (!strcmp(type, "html-bundle"))
1030
    if (!strcmp(type, "html-bundle"))
1031
	return "share/doc-bundle/HTML/";
1031
	return "share/doc-bundle/HTML/";
1032
    if (!strcmp(type, "html"))
1032
    if (!strcmp(type, "html"))
1033
	return "share/doc/kde/HTML/";
1033
	return "share/doc/HTML/";
1034
    if (!strcmp(type, "icon"))
1034
    if (!strcmp(type, "icon"))
1035
	return "share/icons/";
1035
	return "share/icons/";
1036
    if (!strcmp(type, "config"))
1036
    if (!strcmp(type, "config"))

Return to bug 660