[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-devel
Subject:    Re: Building kdesdk 4.7.0 fails on MacOSX ...
From:       Marko_Käning <mk-lists () email ! de>
Date:       2011-07-31 15:45:17
Message-ID: 0C3937FB-ED65-405C-B709-2AAAFD8957A5 () email ! de
[Download RAW message or body]

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();
 }

 
>> Visit http://mail.kde.org/mailman/listinfo/kde-devel#unsub to unsubscribe <<
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic