From 68b4d99fcb3d2ddf45cf0c004d3a0bac341f9616 Mon Sep 17 00:00:00 2001 From: Christopher James Lahey Date: Wed, 29 Mar 2000 01:38:45 +0000 Subject: Fixed memory allocation. 2000-03-28 Christopher James Lahey * addressbook/backend/pas/pas-card-cursor.c: Fixed memory allocation. * addressbook/backend/pas/pas-backend-file.c: Fixed memory allocation. Made database stuff not do an extra entry. * addressbook/backend/ebook/test-client.c: Add test for get_all_cards functionality. Changed database name to test.db. * addressbook/backend/ebook/e-card-cursor.c: Changed bonobo_object to gtk_object in a couple of places. svn path=/trunk/; revision=2236 --- addressbook/backend/ebook/test-client.c | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'addressbook/backend/ebook/test-client.c') diff --git a/addressbook/backend/ebook/test-client.c b/addressbook/backend/ebook/test-client.c index 945df3f53c..b99ebdae5e 100644 --- a/addressbook/backend/ebook/test-client.c +++ b/addressbook/backend/ebook/test-client.c @@ -48,7 +48,6 @@ init_bonobo (int argc, char **argv) } -#if 0 static void get_cursor_cb (EBook *book, EBookStatus status, ECardCursor *cursor, gpointer closure) { @@ -64,7 +63,6 @@ get_cursor_cb (EBook *book, EBookStatus status, ECardCursor *cursor, gpointer cl } gtk_object_unref(GTK_OBJECT(cursor)); } -#endif static void add_card_cb (EBook *book, EBookStatus status, const gchar *id, gpointer closure) @@ -88,9 +86,7 @@ add_card_cb (EBook *book, EBookStatus status, const gchar *id, gpointer closure) g_free(vcard); gtk_object_unref(GTK_OBJECT(card)); -#if 0 e_book_get_all_cards(book, get_cursor_cb, NULL); -#endif } static void @@ -106,7 +102,7 @@ ebook_create (void) book = e_book_new (); - if (! e_book_load_uri (book, "file:/tmp/test.txt", book_open_cb, NULL)) { + if (! e_book_load_uri (book, "file:/tmp/test.db", book_open_cb, NULL)) { printf ("error calling load_uri!\n"); } -- cgit v1.2.3