[Kde-pim] Another junior
Frank Thieme
frank at fthieme.net
Tue May 26 07:05:01 BST 2009
Hi!
I tried to solve one thing on the junior job page as well: Bug 185069: After
renaming a SMTP account, the identities are not updated
I tracked down the problem to transportmanager.cpp: emitChangesCommitted() and
slotTransportsChanged()
Because in transport.cpp usrWriteConfig() it calls
TransportManager::self()->emitChangesCommitted();
and the StaticTransportManager is prevented to read the changed configuration
because of the
d->myOwnChange = true;
in emitChangesCommitted()
I commented out on my source to check, and the bug is solved. But I'm not sure
about the side effects.
What is the purpose of this "prevent to read the own change"?
Bye...Frank
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 835 bytes
Desc: This is a digitally signed message part.
URL: <http://mail.kde.org/pipermail/kde-pim/attachments/20090526/ee1d6839/attachment.sig>
-------------- next part --------------
_______________________________________________
KDE PIM mailing list kde-pim at kde.org
https://mail.kde.org/mailman/listinfo/kde-pim
KDE PIM home page at http://pim.kde.org/
More information about the kde-pim
mailing list