From kde-commits Mon Jul 14 19:29:16 2003 From: Matt Rogers Date: Mon, 14 Jul 2003 19:29:16 +0000 To: kde-commits Subject: Re: kdenonbeta/kopete/libkopete X-MARC-Message: https://marc.info/?l=kde-commits&m=105821088418046 On Monday 14 July 2003 02:24 pm, Will Stephenson wrote: > 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; > } cool. thanks! Too bad we all just can't tell work to shove it. ;) Matt