diff options
author | Xavier Claessens <xclaesse@src.gnome.org> | 2008-04-03 19:38:55 +0800 |
---|---|---|
committer | Xavier Claessens <xclaesse@src.gnome.org> | 2008-04-03 19:38:55 +0800 |
commit | ece01375c9ea579c363984fb841e5d698ddc6a80 (patch) | |
tree | 02fdd0f0ef977aacd6bc428edf4f7d50480ea9f6 /src | |
parent | f3e80fd79653a466c065d822f7aab47b15764ecd (diff) | |
download | gsoc2013-empathy-ece01375c9ea579c363984fb841e5d698ddc6a80.tar gsoc2013-empathy-ece01375c9ea579c363984fb841e5d698ddc6a80.tar.gz gsoc2013-empathy-ece01375c9ea579c363984fb841e5d698ddc6a80.tar.bz2 gsoc2013-empathy-ece01375c9ea579c363984fb841e5d698ddc6a80.tar.lz gsoc2013-empathy-ece01375c9ea579c363984fb841e5d698ddc6a80.tar.xz gsoc2013-empathy-ece01375c9ea579c363984fb841e5d698ddc6a80.tar.zst gsoc2013-empathy-ece01375c9ea579c363984fb841e5d698ddc6a80.zip |
Comment out a empathy_contact_run_until_ready call because it doesn't work.
svn path=/trunk/; revision=865
Diffstat (limited to 'src')
-rw-r--r-- | src/empathy-status-icon.c | 3 |
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)); |