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

Collapse All | Expand All

(-)kdenetwork-3.5.0.org/kopete/protocols/msn/msncontact.cpp (-1 / +2 lines)
Lines 695-701 void MSNContact::setObject(const QString Link Here
695
695
696
	KConfig *config = KGlobal::config();
696
	KConfig *config = KGlobal::config();
697
	config->setGroup( "MSN" );
697
	config->setGroup( "MSN" );
698
	if ( config->readNumEntry( "DownloadPicture", 2 ) >= 2 && !obj.isEmpty() )
698
	if ( config->readNumEntry( "DownloadPicture", 2 ) >= 2 && !obj.isEmpty() 
699
	&& account()->myself()->onlineStatus().status() != Kopete::OnlineStatus::Invisible )
699
		manager(Kopete::Contact::CanCreate); //create the manager which will download the photo automatically.
700
		manager(Kopete::Contact::CanCreate); //create the manager which will download the photo automatically.
700
}
701
}
701
702

Return to bug 116500