diff options
Diffstat (limited to 'src/empathy-status-icon.c')
-rw-r--r-- | src/empathy-status-icon.c | 3 |
1 files changed, 1 insertions, 2 deletions
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)); |