Re: some ifs easy to fix if you remember what do you wanted to achieve

2011-09-09 Thread Boudewijn Rempt
On Friday 09 September 2011 Sep, Jaime wrote: > There are some ifs that I do not know how to fix.. (duplicated or > comparing the same value). > Ok! I will look into the krita issues. Thanks for digging in so deep! -- Boudewijn Rempt http://www.valdyas.org, http://www.krita.org, http://www.bou

some ifs easy to fix if you remember what do you wanted to achieve

2011-09-09 Thread Jaime
Hi, There are some ifs that I do not know how to fix.. (duplicated or comparing the same value). kexi/widget/tableview/kexitextformatter.cpp around line 165 bool KexiTextFormatter::valueIsEmpty(const QString& text) const return d->dateFormatter->isEmpty(text); else if (