diff options
author | Xavier Claessens <xclaesse@src.gnome.org> | 2008-04-11 21:10:27 +0800 |
---|---|---|
committer | Xavier Claessens <xclaesse@src.gnome.org> | 2008-04-11 21:10:27 +0800 |
commit | c834b50055f7b75fcd091bb0025495fbbcd45c24 (patch) | |
tree | bb343228388738f243314d00d116b03f2a24667e /src | |
parent | 10446c744d4cef1bbeabedb24b4a2b13c4763d8c (diff) | |
download | gsoc2013-empathy-c834b50055f7b75fcd091bb0025495fbbcd45c24.tar gsoc2013-empathy-c834b50055f7b75fcd091bb0025495fbbcd45c24.tar.gz gsoc2013-empathy-c834b50055f7b75fcd091bb0025495fbbcd45c24.tar.bz2 gsoc2013-empathy-c834b50055f7b75fcd091bb0025495fbbcd45c24.tar.lz gsoc2013-empathy-c834b50055f7b75fcd091bb0025495fbbcd45c24.tar.xz gsoc2013-empathy-c834b50055f7b75fcd091bb0025495fbbcd45c24.tar.zst gsoc2013-empathy-c834b50055f7b75fcd091bb0025495fbbcd45c24.zip |
Uncommend the use of empathy_contact_run_until_ready, it works now
svn path=/trunk/; revision=890
Diffstat (limited to 'src')
-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)); |