diff options
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | addressbook/backend/pas/pas-backend-file.c | 2 |
2 files changed, 5 insertions, 2 deletions
@@ -1,3 +1,8 @@ +2000-03-27 Chris Toshok <toshok@laptoph.xtoph.org> + + * addressbook/backend/pas/pas-backend-file.c + (pas_backend_file_get_vcard): remove unneeded g_strdup; + 2000-03-27 Christopher James Lahey <clahey@helixcode.com> * addressbook/backend/ebook/test-card.c: Fixed some warnings. diff --git a/addressbook/backend/pas/pas-backend-file.c b/addressbook/backend/pas/pas-backend-file.c index 04f59d40f8..2c0b156b33 100644 --- a/addressbook/backend/pas/pas-backend-file.c +++ b/addressbook/backend/pas/pas-backend-file.c @@ -334,8 +334,6 @@ pas_backend_file_get_vcard (PASBook *book, const char *id) /* error */ return g_strdup (""); /* XXX */ } - - return g_strdup ("blah blah blah"); } static char * |