diff options
author | Christopher James Lahey <clahey@helixcode.com> | 2000-03-29 10:08:23 +0800 |
---|---|---|
committer | Chris Lahey <clahey@src.gnome.org> | 2000-03-29 10:08:23 +0800 |
commit | 468049294f22d48ab9b43e9e5d88f5457bb04002 (patch) | |
tree | fc5a9b11f76caa9d9f47c86e49d25d65fbfdcbd5 /addressbook/backend/pas | |
parent | 7bbcabbc1e87f5188e3e44b37abc90cb7a7864fd (diff) | |
download | gsoc2013-evolution-468049294f22d48ab9b43e9e5d88f5457bb04002.tar gsoc2013-evolution-468049294f22d48ab9b43e9e5d88f5457bb04002.tar.gz gsoc2013-evolution-468049294f22d48ab9b43e9e5d88f5457bb04002.tar.bz2 gsoc2013-evolution-468049294f22d48ab9b43e9e5d88f5457bb04002.tar.lz gsoc2013-evolution-468049294f22d48ab9b43e9e5d88f5457bb04002.tar.xz gsoc2013-evolution-468049294f22d48ab9b43e9e5d88f5457bb04002.tar.zst gsoc2013-evolution-468049294f22d48ab9b43e9e5d88f5457bb04002.zip |
Removed an infinite loop.
2000-03-28 Christopher James Lahey <clahey@helixcode.com>
* addressbook/backend/pas/pas-backend-file.c: Removed an infinite
loop.
* addressbook/backend/ebook/test-client-list.c: New test that
doesn't add an extra database item.
* addressbook/backend/ebook/Makefile.am,
addressbook/backend/ebook/.cvsignore: Added test-client-list.
svn path=/trunk/; revision=2239
Diffstat (limited to 'addressbook/backend/pas')
-rw-r--r-- | addressbook/backend/pas/pas-backend-file.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/addressbook/backend/pas/pas-backend-file.c b/addressbook/backend/pas/pas-backend-file.c index 73f4f67fc9..5c108f740a 100644 --- a/addressbook/backend/pas/pas-backend-file.c +++ b/addressbook/backend/pas/pas-backend-file.c @@ -234,7 +234,6 @@ pas_backend_file_build_all_cards_list(PASBackend *backend, /* don't include the version in the list of cards */ if (!strcmp (id, PAS_BACKEND_FILE_VERSION_NAME)) { g_free(id); - continue; } else { g_free(id); @@ -295,7 +294,7 @@ pas_backend_file_process_get_all_cards (PASBackend *backend, gtk_signal_connect(GTK_OBJECT(cursor), "destroy", GTK_SIGNAL_FUNC(cursor_destroy), cursor_data); - + pas_book_respond_get_cursor ( book, (db_error == 0 |