plugins/gevolution/gevolution.c

changeset 11919
64764637df2a
parent 11256
fe82a0c5e5ec
child 12219
2265c26be232
--- a/plugins/gevolution/gevolution.c	Mon Oct 31 03:15:59 2005 +0000
+++ b/plugins/gevolution/gevolution.c	Mon Oct 31 03:55:56 2005 +0000
@@ -294,6 +294,7 @@
 	}
 }
 
+/* TODO: Something in here leaks 1 reference to a bonobo object! */
 static gboolean
 load_timeout(gpointer data)
 {
@@ -302,11 +303,13 @@
 
 	timer = 0;
 
+	/* Maybe this is it? */
 	if (!gevo_load_addressbook(NULL, &book, NULL))
 		return FALSE;
 
 	query = e_book_query_any_field_contains("");
 
+	/* Is it this? */
 	book_view_tag = e_book_async_get_book_view(book, query, NULL, -1,
 											   got_book_view_cb, NULL);
 

mercurial