[Kde-i18n-pt_br] [i18n] [Bug 335161] [kf5] translation (pt_BR) of "Desktop %1" broken
Thomas Lübking
thomas.luebking em gmail.com
Sábado Maio 31 20:59:27 UTC 2014
https://bugs.kde.org/show_bug.cgi?id=335161
--- Comment #30 from Thomas Lübking <thomas.luebking em gmail.com> ---
eeewwww....
kwindowsystem.git, netwm.cpp:358
if (data) {
const QByteArray ba = QByteArray::fromRawData(data, data[len - 1] ?
len : len - 1);
list = ba.split('\0');
+ if (list.count() == 1) {
+ QByteArray deepCopy(list.at(1).constData());
+ list.clear();
+ list << deepCopy;
+ }
}
--
You are receiving this mail because:
You are the assignee for the bug.
Mais detalhes sobre a lista de discussão Kde-i18n-pt_br