From f8faa251fbb3e81e3517a15f1f146ab6f8ec0717 Mon Sep 17 00:00:00 2001 From: Dan Winship Date: Thu, 12 Sep 2002 16:30:06 +0000 Subject: return g_strdup("true"), not "true". * backend/ebook/e-card-simple.c (e_card_simple_get): return g_strdup("true"), not "true". svn path=/trunk/; revision=18056 --- addressbook/backend/ebook/e-card-simple.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'addressbook/backend') 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 { -- cgit v1.2.3