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

(-)tdelibs/dcop/dcopserver.cpp (-1 / +1 lines)
Lines 1635-1641 Link Here
1635
		      "[dcopserver] It looks like dcopserver is already running. If you are sure\n"
1635
		      "[dcopserver] It looks like dcopserver is already running. If you are sure\n"
1636
		      "that it is not already running, remove %s\n"
1636
		      "that it is not already running, remove %s\n"
1637
		      "and start dcopserver again.\n"
1637
		      "and start dcopserver again.\n"
1638
		      "---------------------------------\n",
1638
		      "---------------------------------",
1639
		      fName.data() );
1639
		      fName.data() );
1640
1640
1641
	    // lock file present, die silently.
1641
	    // lock file present, die silently.
(-)tdelibs/tdecore/kdetcompmgr.cpp (-1 / +1 lines)
Lines 70-76 Link Here
70
        strcat(filename, home);
70
        strcat(filename, home);
71
        strcat(filename, configfile);
71
        strcat(filename, configfile);
72
72
73
        printf("[kdetcompmgr] reading '%s' as kompmgr pidfile\n\n", filename);
73
        printf("[kdetcompmgr] reading '%s' as kompmgr pidfile\n", filename);
74
74
75
        // Now that we did all that by way of introduction...read the file!
75
        // Now that we did all that by way of introduction...read the file!
76
        FILE *pFile;
76
        FILE *pFile;

Return to bug 1201