[Telepathy-commits] [telepathy-salut/master] Use the Socket_Address_Type enum from the already-merged spec.

Jonny Lamb jonny.lamb at collabora.co.uk
Fri Nov 21 03:46:19 PST 2008


Signed-off-by: Jonny Lamb <jonny.lamb at collabora.co.uk>
---
 src/salut-file-channel.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/salut-file-channel.c b/src/salut-file-channel.c
index 990058f..1335dc4 100644
--- a/src/salut-file-channel.c
+++ b/src/salut-file-channel.c
@@ -924,7 +924,7 @@ salut_file_channel_accept_file (SalutSvcChannelTypeFile *iface,
       return;
     }
 
-  if (address_type != SALUT_SOCKET_ADDRESS_TYPE_UNIX)
+  if (address_type != TP_SOCKET_ADDRESS_TYPE_UNIX)
     {
       g_set_error (&error, TP_ERRORS, TP_ERROR_NOT_IMPLEMENTED,
         "Address type %u not implemented", address_type);
-- 
1.5.6.5




More information about the Telepathy-commits mailing list