Revision 754993

Go back to digest for 6th January 2008

Bug Fixes in KDE-PIM

Jason vanRijn Kasper committed changes in /trunk/KDE/kdepim/kpilot:

* Forward-porting rev 754992 from 3.5 branch:
* Fixing bug reported by Pablo Yepes on kdepim-users mailing list. We did severe goofiness with middle names... The Palm can't handle them, so we blindly tacked firstname + " " + lastname and stuck it into the Palm's firstname field. The problem is that whenever a copy from palm->pc is done, the kludged first name is transferred to kabc ("firstname middle").

And, it's compounded by every change in either direction. It's an ugly hack and I've removed it. The only way to work around it would be to add an additional check for !firstname.endsWith(abEntry.additionalName()), but that's even sillier. Stop the insanity!

File Changes

Modified 3 files
  • /trunk/KDE/kdepim/kpilot
  •   /ChangeLog
  •   /conduits/abbrowserconduit/abbrowser-conduit.cc
  •   /conduits/abbrowserconduit/kabcRecord.cc
3 files changed in total