summaryrefslogtreecommitdiff
Unidiff
Diffstat (more/less context) (show whitespace changes)
-rw-r--r--core/pim/addressbook/ablabel.cpp5
1 files changed, 4 insertions, 1 deletions
diff --git a/core/pim/addressbook/ablabel.cpp b/core/pim/addressbook/ablabel.cpp
index 937aaae..1139bd7 100644
--- a/core/pim/addressbook/ablabel.cpp
+++ b/core/pim/addressbook/ablabel.cpp
@@ -53,3 +53,3 @@ int AbLabel::currentEntry_UID()
53{ 53{
54 OContact contact = *m_itCurContact; 54 OContact contact = currentEntry();
55 55
@@ -63,3 +63,6 @@ OContact AbLabel::currentEntry()
63{ 63{
64 if ( ! m_empty )
64 return ( *m_itCurContact ); 65 return ( *m_itCurContact );
66 else
67 return OContact();
65} 68}