Summary: | 'Display' name not displayed properly when printing | ||
---|---|---|---|
Product: | [Applications] kaddressbook | Reporter: | Sabine Faure <sabine> |
Component: | general | Assignee: | kdepim bugs <kdepim-bugs> |
Status: | VERIFIED FIXED | ||
Severity: | normal | CC: | tokoe |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Compiled Sources | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Sabine Faure
2009-10-01 19:06:50 UTC
SVN commit 1045703 by tokoe: Use the display name in the headers for Detailed and Mike printing style (#209127) and use display name (formatted name) as default sort field as well (fixes #213282). The RingBinder style still uses the format 'FamilyName, GivenName' since that's the default format for ringbinders ;) BUG: 209127 BUG: 213282 M +2 -1 detailledstyle.cpp M +2 -1 mikesstyle.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=1045703 It is corrected now. It is now possible to print in the same order than the one displayed in the 'Name' column. However, the there is still two different names for the same functionality : -'Display Name' to sort in the 'Name' column -'Formatted Name' for printing But, the 'Formatted Name' is now set by default for two of the printing styles (detailled style and Mike's printing style). Trunk, Svn Rev 1046648 |