[empathy: 1/2] fix bug #590756 - Renamed x_vnc service to rfb



commit a3a24957f7638ff5e0a27d4a09b67717b62479d7
Author: Arnaud Maillet <arnaud maillet collabora co uk>
Date:   Mon Aug 10 13:30:39 2009 +0200

    fix bug #590756 - Renamed x_vnc service to rfb

 libempathy-gtk/empathy-share-my-desktop.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/libempathy-gtk/empathy-share-my-desktop.c b/libempathy-gtk/empathy-share-my-desktop.c
index 4a5fce9..b981d5a 100644
--- a/libempathy-gtk/empathy-share-my-desktop.c
+++ b/libempathy-gtk/empathy-share-my-desktop.c
@@ -210,7 +210,7 @@ empathy_share_my_desktop_connection_ready (TpConnection *connection,
   g_hash_table_insert (request, TP_IFACE_CHANNEL ".TargetHandle", value);
 
   /* org.freedesktop.Telepathy.Channel.Type.StreamTube.Service */
-  value = tp_g_value_slice_new_static_string ("x_vnc");
+  value = tp_g_value_slice_new_static_string ("rfb");
   g_hash_table_insert (request,
       TP_IFACE_CHANNEL_TYPE_STREAM_TUBE  ".Service",
       value);



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]