[Kde-i18n-pt_br] [i18n] [Bug 335161] [kf5] translation (pt_BR) of "Desktop %1" broken

Thomas Lübking thomas.luebking em gmail.com
Sexta Maio 30 21:45:23 UTC 2014


https://bugs.kde.org/show_bug.cgi?id=335161

--- Comment #26 from Thomas Lübking <thomas.luebking em gmail.com> ---
can someone try to inject a flush before deleting the string?

kwindowsystem.git, netwm.cpp:948

void NETRootInfo::setDesktopName(int desktop, const char *desktopName)
{
...
xcb_change_property(p->conn, XCB_PROP_MODE_REPLACE, p->root, net_desktop_names,
                        UTF8_STRING, 8, proplen, (const void *) prop);
+ xcb_flush(p->conn); 
delete [] prop;
}

-- 
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