From 10ee532d6097cac699ad317d296d4126079b772f Mon Sep 17 00:00:00 2001 From: Travis Reitter Date: Tue, 15 Jun 2010 17:23:01 -0700 Subject: [PATCH] Add a note about future work to be done after we break the 1:1 FolksIndividual:TpContact relationship. --- libempathy/empathy-utils.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/libempathy/empathy-utils.c b/libempathy/empathy-utils.c index df2a41ab..d80aad57 100644 --- a/libempathy/empathy-utils.c +++ b/libempathy/empathy-utils.c @@ -593,6 +593,9 @@ empathy_folks_individual_contains_contact (FolksIndividual *individual) return FALSE; } +/* TODO: this needs to be eliminated (and replaced in some cases with user + * prompts) when we break the assumption that FolksIndividuals are 1:1 with + * TpContacts */ EmpathyContact * empathy_contact_from_folks_individual (FolksIndividual *individual) { -- 2.39.2