Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 198884
Collapse All | Expand All

(-)kopete-3.5.8/kopete/kopete/chatwindow/kopetechatwindow.cpp (+4 lines)
Lines 442-448 Link Here
442
void KopeteChatWindow::slotStopAnimation( ChatView* view )
442
void KopeteChatWindow::slotStopAnimation( ChatView* view )
443
{
443
{
444
	if( view == m_activeView )
444
	if( view == m_activeView )
445
	{
445
		anim->setPixmap( normalIcon );
446
		anim->setPixmap( normalIcon );
447
		if( !animIcon.isNull() )
448
			animIcon.pause();
449
	}
446
}
450
}
447
451
448
void KopeteChatWindow::slotUpdateSendEnabled()
452
void KopeteChatWindow::slotUpdateSendEnabled()

Return to bug 198884