From c834b50055f7b75fcd091bb0025495fbbcd45c24 Mon Sep 17 00:00:00 2001 From: Xavier Claessens Date: Fri, 11 Apr 2008 13:10:27 +0000 Subject: Uncommend the use of empathy_contact_run_until_ready, it works now svn path=/trunk/; revision=890 --- src/empathy-status-icon.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/empathy-status-icon.c') diff --git a/src/empathy-status-icon.c b/src/empathy-status-icon.c index fcf5d36f9..aee16682b 100644 --- a/src/empathy-status-icon.c +++ b/src/empathy-status-icon.c @@ -700,11 +700,10 @@ 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