aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorxclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>2008-04-03 19:38:55 +0800
committerxclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>2008-04-03 19:38:55 +0800
commitd8d8ec27889655638e436d6d35d28fe59b369057 (patch)
tree02fdd0f0ef977aacd6bc428edf4f7d50480ea9f6 /src
parentb807f6df0953403c0245b723e70a96a75e40f0d8 (diff)
downloadgsoc2013-empathy-d8d8ec27889655638e436d6d35d28fe59b369057.tar
gsoc2013-empathy-d8d8ec27889655638e436d6d35d28fe59b369057.tar.gz
gsoc2013-empathy-d8d8ec27889655638e436d6d35d28fe59b369057.tar.bz2
gsoc2013-empathy-d8d8ec27889655638e436d6d35d28fe59b369057.tar.lz
gsoc2013-empathy-d8d8ec27889655638e436d6d35d28fe59b369057.tar.xz
gsoc2013-empathy-d8d8ec27889655638e436d6d35d28fe59b369057.tar.zst
gsoc2013-empathy-d8d8ec27889655638e436d6d35d28fe59b369057.zip
Comment out a empathy_contact_run_until_ready call because it doesn't work.
git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@865 4ee84921-47dd-4033-b63a-18d7a039a3e4
Diffstat (limited to 'src')
-rw-r--r--src/empathy-status-icon.c3
1 files changed, 2 insertions, 1 deletions
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));