summaryrefslogtreecommitdiff
path: root/core
Side-by-side diff
Diffstat (limited to 'core') (more/less context) (show whitespace changes)
-rw-r--r--core/pim/addressbook/abtable.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/core/pim/addressbook/abtable.cpp b/core/pim/addressbook/abtable.cpp
index b8127e9..e333b17 100644
--- a/core/pim/addressbook/abtable.cpp
+++ b/core/pim/addressbook/abtable.cpp
@@ -690,9 +690,11 @@ QString AbTable::findContactContact( const OContact &entry, int /* row */ )
value = entry.gender();
break;
case Qtopia::Birthday:
+ if ( ! entry.birthday().isNull() )
value = TimeString::numberDateString( entry.birthday() );
break;
case Qtopia::Anniversary:
+ if ( ! entry.anniversary().isNull() )
value = TimeString::numberDateString( entry.anniversary() );
break;
case Qtopia::Nickname: