[gnome-chess/chess-telepathy-networking-support-664946-rebase: 37/64] Use org.freedesktop.Telepathy.Client.Games.Glchess as handler's dbus well-known name



commit 113530cafd653e2ce241a24bc06f74eb9e059286
Author: Chandni Verma <chandniverma2112 gmail com>
Date:   Fri Sep 7 10:13:09 2012 +0530

    Use org.freedesktop.Telepathy.Client.Games.Glchess as handler's dbus well-known name

 libgames-contacts/games-contact.c |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/libgames-contacts/games-contact.c b/libgames-contacts/games-contact.c
index 9efcae6..2e9aa62 100644
--- a/libgames-contacts/games-contact.c
+++ b/libgames-contacts/games-contact.c
@@ -1110,7 +1110,8 @@ tp_caps_to_capabilities (GamesContact *self,
   GamesCapabilities capabilities = 0;
 
   if (tp_capabilities_supports_dbus_tubes (caps, TP_HANDLE_TYPE_CONTACT,
-      "org.gnome.glchess")) {
+        TP_CLIENT_BUS_NAME_BASE "Games.Glchess"))
+  {
     g_debug ("Contact %s(%s) has glchess playing capabilities",
         games_contact_get_alias (self), games_contact_get_id (self));
     capabilities |= GAMES_CAPABILITIES_TUBE_GLCHESS;



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