Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 131528 | Differences between
and this patch

Collapse All | Expand All

(-)psi-dev-snapshot-2006-12-31-orig/src/pluginmanager.cpp (-1 / +1 lines)
Lines 422-428 Link Here
422
 */ 
422
 */ 
423
void PluginManager::sendStanza( const PsiAccount* account, const QString& stanza)
423
void PluginManager::sendStanza( const PsiAccount* account, const QString& stanza)
424
{
424
{
425
	qDebug(qPrintable(QString("Want to send stanza  to account %2").arg((int)account)));
425
	qDebug(qPrintable(QString("Want to send stanza  to account %1").arg((int)account)));
426
	if (!clients_.contains(account) || !verifyStanza(stanza))
426
	if (!clients_.contains(account) || !verifyStanza(stanza))
427
		return;
427
		return;
428
	clients_[account]->send(stanza);
428
	clients_[account]->send(stanza);

Return to bug 131528