aboutsummaryrefslogtreecommitdiffstats
path: root/addressbook/backend
diff options
context:
space:
mode:
Diffstat (limited to 'addressbook/backend')
-rw-r--r--addressbook/backend/ebook/e-card-simple.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/addressbook/backend/ebook/e-card-simple.c b/addressbook/backend/ebook/e-card-simple.c
index 2bf06c8cd9..d6baddaadd 100644
--- a/addressbook/backend/ebook/e-card-simple.c
+++ b/addressbook/backend/ebook/e-card-simple.c
@@ -821,7 +821,7 @@ char *e_card_simple_get (ECardSimple *simple,
field_data[field].ecard_field, &boole,
NULL);
if (boole)
- return "true";
+ return g_strdup("true");
else
return NULL;
} else {