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

(-)file_not_specified_in_diff (-2 / +3 lines)
Line  Link Here
0
-- a/src/kvirc/kernel/kvi_app_fs.cpp
0
++ b/src/kvirc/kernel/kvi_app_fs.cpp
Lines 55-61 Link Here
55
55
56
		// Local hack for Debian
56
		// Local hack for Debian
57
		case Modules       :
57
		case Modules       :
58
		case Plugins       : szData = "/opt/kde3/lib/kvirc/" KVI_VERSION_BRANCH "/modules";                 break;
58
		case Plugins       : szData = kvi_getenv("KDEDIR");
59
		                     szData.append("/lib/kvirc/" KVI_VERSION_BRANCH "/modules");                break;
59
60
60
		case EasyPlugins   : szData.append("easyplugins");                                             break;
61
		case EasyPlugins   : szData.append("easyplugins");                                             break;
61
		case ConfigPlugins : KviTQString::appendFormatted(szData,"config%smodules",KVI_PATH_SEPARATOR); break;
62
		case ConfigPlugins : KviTQString::appendFormatted(szData,"config%smodules",KVI_PATH_SEPARATOR); break;

Return to bug 980