Am Dienstag 28 April 2009 schrieb Dirk Mueller: > Hi, > > KDE 4.2.3 tagging is scheduled for tomorrow around 23:59 UTC. Pleasemake > sure that your fixes are included and backported to 4.2 branch until then. > > If there are outstanding bugs that must be fixed before 4.2.3, please tag > them with the "kde-4.2.3-blocker" keyword in bugzillaand I'll review the > list.
While I was cleaning up the code of KGpg trunk today I found some things also
wrong in branches/4.2/kdeutils/kgpg/ and now fixed there to. Please judge
which of them you find acceptable for 4.2.3:
r962821 (fixed by r962835)
Fixed a memleak, the objects were created without parents and never deleted.
r962827
Removed i18n concatenations, instead of "foo + ' ' + i18n("Default")" now
"i18n("%1 (Default)", foo)" is used. That "new" string was already used for
the same thing on other places, so this has no impact on i18n.
r962851
Moved a lone checkbox and label to a layout with a related item. So instead of
a
---
b
---
a'
---
there is now
---
b
---
a'
a
---
There is no functional or i18n change in this, just the ordering of the gui
objects is slightly different (and IMHO less confusing).
Greetings,
Eike
signature.asc
Description: This is a digitally signed message part.
_______________________________________________ release-team mailing list [email protected] https://mail.kde.org/mailman/listinfo/release-team
