From ece01375c9ea579c363984fb841e5d698ddc6a80 Mon Sep 17 00:00:00 2001 From: Xavier Claessens Date: Thu, 3 Apr 2008 11:38:55 +0000 Subject: Comment out a empathy_contact_run_until_ready call because it doesn't work. svn path=/trunk/; revision=865 --- src/empathy-status-icon.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/empathy-status-icon.c') diff --git a/src/empathy-status-icon.c b/src/empathy-status-icon.c index aee16682b..fcf5d36f9 100644 --- a/src/empathy-status-icon.c +++ b/src/empathy-status-icon.c @@ -700,10 +700,11 @@ status_icon_pendings_changed_cb (EmpathyContactManager *manager, return; } + /* FIXME: This never return, why? empathy_contact_run_until_ready (contact, EMPATHY_CONTACT_READY_NAME, NULL); - + */ str = g_string_new (NULL); g_string_printf (str, _("Subscription requested by %s"), empathy_contact_get_name (contact)); -- cgit v1.2.3