From kde-commits Sun Mar 23 04:26:42 2003 From: Jason Keirstead Date: Sun, 23 Mar 2003 04:26:42 +0000 To: kde-commits Subject: kdenonbeta/kopete/libkopete/ui X-MARC-Message: https://marc.info/?l=kde-commits&m=104839368708784 CVS commit by brunes: Opps changed wrong color M +2 -2 chatview.cpp 1.220 --- kdenonbeta/kopete/libkopete/ui/chatview.cpp #1.219:1.220 @@ -333,10 +333,10 @@ void ChatView::setTabState( KopeteTabSta case Message: if( m_tabState != Highlighted ) - m_tabBar->setLabelTextColor( this, Qt::magenta ); + m_tabBar->setLabelTextColor( this, Qt::red ); break; case Changed: if( m_tabState != Highlighted && m_tabState != Message ) - m_tabBar->setLabelTextColor( this, Qt::red ); + m_tabBar->setLabelTextColor( this, Qt::magenta ); break;