diff --git a/CMakeLists.txt b/CMakeLists.txt --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -48,7 +48,7 @@ set(QT_REQUIRED_VERSION "5.10.0") find_package(Qt5 ${QT_REQUIRED_VERSION} CONFIG REQUIRED Widgets Test DBus PrintSupport) set(LIBKDEPIM_LIB_VERSION_LIB "5.11.40") -set(KDEPIM_APPS_LIB_VERSION_LIB "5.11.43") +set(KDEPIM_APPS_LIB_VERSION_LIB "5.11.44") set(LIBGRANTLEETHEME_LIB_VERSION_LIB "5.11.40") set(PIMCOMMON_LIB_VERSION_LIB "5.11.40") set(LIBKLEO_LIB_VERSION "5.11.40") diff --git a/src/printing/grantlee/themes/default/theme.html b/src/printing/grantlee/themes/default/theme.html --- a/src/printing/grantlee/themes/default/theme.html +++ b/src/printing/grantlee/themes/default/theme.html @@ -62,7 +62,7 @@ {% if contact.birthday %} {{ contacti18n.birthdayi18n }} - {{ contact.birthday }} + {{ contact.formattedBirthday }} {% endif %} {% if contact.note %} diff --git a/src/printing/grantlee/themes/full/theme.html b/src/printing/grantlee/themes/full/theme.html --- a/src/printing/grantlee/themes/full/theme.html +++ b/src/printing/grantlee/themes/full/theme.html @@ -62,7 +62,7 @@ {% if contact.birthday %} {{ contacti18n.birthdayi18n }} - {{ contact.birthday }} + {{ contact.formattedBirthday }} {% endif %} {% if contact.note %} @@ -98,9 +98,9 @@ {{ listphone.number }} {% endfor %} - {% for im in contact.instantManging %} + {% for im in contact.imAddresses %} - {{ im.type }} + {{ im.serviceLabel }} {{ im.address }} {% endfor %}