[Telepathy-commits] [telepathy-salut/master] Recorded the socket path for SocketPath property to actually work.

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


20080721201143-8ed0e-587f59f039d4e45ee00d7d1c261e25c33418376c.gz
---
 src/salut-file-channel.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/src/salut-file-channel.c b/src/salut-file-channel.c
index 89308b3..7127f97 100644
--- a/src/salut-file-channel.c
+++ b/src/salut-file-channel.c
@@ -958,6 +958,7 @@ get_socket_channel (SalutFileChannel *self)
   GIOChannel *io_channel;
 
   path = get_local_unix_socket_path (self);
+  self->priv->socket_path = g_strdup (path);
 
   fd = socket (PF_UNIX, SOCK_STREAM, 0);
   if (fd < 0)
-- 
1.5.6.5




More information about the Telepathy-commits mailing list