summaryrefslogtreecommitdiff
path: root/core
Side-by-side diff
Diffstat (limited to 'core') (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()
{
- OContact contact = *m_itCurContact;
+ OContact contact = currentEntry();
@@ -63,3 +63,6 @@ OContact AbLabel::currentEntry()
{
+ if ( ! m_empty )
return ( *m_itCurContact );
+ else
+ return OContact();
}