[Telepathy-commits] [telepathy-salut/master] SalutConnection: In RequestAliases if we don't have information about a contact, let the alias fall back to the handle name
Sjoerd Simons
sjoerd.simons at collabora.co.uk
Tue Aug 19 09:01:49 PDT 2008
---
src/salut-connection.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/salut-connection.c b/src/salut-connection.c
index d4fabfd..b86b53a 100644
--- a/src/salut-connection.c
+++ b/src/salut-connection.c
@@ -1054,7 +1054,7 @@ salut_connection_request_aliases (TpSvcConnectionInterfaceAliasing *iface,
if (contact == NULL)
{
DEBUG ("RequestAliases called for offline contact");
- aliases[i] = "";
+ aliases[i] = tp_handle_inspect (contact_handles, handle);
}
else
{
--
1.5.6.3
More information about the Telepathy-commits
mailing list