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

(-)tdenetwork-trinity-14.0.6/kopete/protocols/jabber/jabberaccount.cpp~ (-1 / +1 lines)
Lines 117-123 Link Here
117
117
118
JabberAccount::~JabberAccount ()
118
JabberAccount::~JabberAccount ()
119
{
119
{
120
	disconnect ( Kopete::Account::Manual );
120
	//disconnect ( Kopete::Account::Manual );
121
121
122
	// Remove this account from Capabilities manager.
122
	// Remove this account from Capabilities manager.
123
	protocol()->capabilitiesManager()->removeAccount( this );
123
	protocol()->capabilitiesManager()->removeAccount( this );

Return to bug 3165