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

(-)a/src/otrlchatinterface.cpp (+1 lines)
Lines 1069-1071 void KeyGenThread::run() Link Here
1069
	OtrlChatInterface::self()->checkFilePermissions( TQString(TDEGlobal::dirs()->saveLocation("data", "kopete_otr/", true )) + "privkeys" );
1069
	OtrlChatInterface::self()->checkFilePermissions( TQString(TDEGlobal::dirs()->saveLocation("data", "kopete_otr/", true )) + "privkeys" );
1070
}
1070
}
1071
1071
1072
#include "otrlchatinterface.moc"

Return to bug 2472