]> git.0d.be Git - empathy.git/commitdiff
Comment out a empathy_contact_run_until_ready call because it doesn't work.
authorXavier Claessens <xclaesse@src.gnome.org>
Thu, 3 Apr 2008 11:38:55 +0000 (11:38 +0000)
committerXavier Claessens <xclaesse@src.gnome.org>
Thu, 3 Apr 2008 11:38:55 +0000 (11:38 +0000)
svn path=/trunk/; revision=865

src/empathy-status-icon.c

index aee16682b06b574574cdbbaf575eaeefa131a35b..fcf5d36f9b6ae5ee74833b38b6bb6dbf23f4db26 100644 (file)
@@ -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));