On Monday 14 July 2003 03:11 pm, Martijn Klingens wrote: > On Monday 14 July 2003 21:29, Matt Rogers wrote: > > 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. ;) > > Eh, Matt, call me stupid, but how exactly do you explain, say, this > previous commit then? Seems like we have a choice between crash and a > broken config now... It seemed like a good idea at the time? *sheepish grin* It actually crashed there for me, but i'll try again with a fresh checkout and a clean config and see if it just has something to do with my having a previous (possibly broken) config file. Matt