From kde-commits Mon Jul 14 19:24:40 2003 From: Will Stephenson Date: Mon, 14 Jul 2003 19:24:40 +0000 To: kde-commits Subject: kdenonbeta/kopete/libkopete X-MARC-Message: https://marc.info/?l=kde-commits&m=105821069517842 CVS commit by wstephens: We need to accept invalid() colours so that accounts can be set back to 'no funny colour' if needed. FAO Tom, Bart and Matt: you no longer need to delete Color lines from your kopeterc. I've been meaning to fix this all day but this annoying thing called 'work' got in the way. M +1 -2 kopeteaccount.cpp 1.39 --- kdenonbeta/kopete/libkopete/kopeteaccount.cpp #1.38:1.39 @@ -108,5 +108,4 @@ const QColor KopeteAccount::color() cons void KopeteAccount::setColor( const QColor &color ) { - if ( color.isValid() ) d->color = color; }