Marko Käning <mk-li...@email.de> writes: > Here is my quick "patch": > > > --- lokalize/src/catalog/gettext/catalogitem.cpp 2011-07-31 > 17:00:44.000000000 +0200 > +++ lokalize/src/catalog/gettext/catalogitem.cpp.new 2011-07-31 > 17:20:15.000000000 +0200 > @@ -180,7 +180,7 @@ > void CatalogItem::setComment(const QString& com) > { > static QRegExp fuzzyRegExp("((?:^|\n)#(?:,[^,]*)*),\\s*fuzzy"); > - d->_fuzzyCached=com.contains( fuzzyRegExp ); > + d->_fuzzyCached= (bool) com.contains( fuzzyRegExp ); > d->_comment=com.toUtf8(); > d->_comment.squeeze(); > }
r1246219 and r1246220 should fix this. >> Visit http://mail.kde.org/mailman/listinfo/kde-devel#unsub to unsubscribe <<