[gnome-chess/chess-telepathy-networking-support-664946-communicate: 4/15] correction: Handle Channels
- From: Chandni Verma <vchandni src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-chess/chess-telepathy-networking-support-664946-communicate: 4/15] correction: Handle Channels
- Date: Sun, 16 Jun 2013 15:51:18 +0000 (UTC)
commit 03afe8da9008df0d4401b2f4960ac81ce2fd228f
Author: Chandni Verma <chandniverma2112 gmail com>
Date: Sun Dec 23 22:31:31 2012 +0530
correction: Handle Channels
src/gnome-chess-handler-application.vala | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/src/gnome-chess-handler-application.vala b/src/gnome-chess-handler-application.vala
index 8b1c71d..7790ecd 100644
--- a/src/gnome-chess-handler-application.vala
+++ b/src/gnome-chess-handler-application.vala
@@ -853,7 +853,7 @@ public class HandlerApplication : Application
if (! (tube_channel is TelepathyGLib.DBusTubeChannel))
continue;
if ((tube_channel as TelepathyGLib.DBusTubeChannel).service_name !=
- TelepathyGLib.CLIENT_BUS_NAME_BASE + "Games.Glchess")
+ TelepathyGLib.CLIENT_BUS_NAME_BASE + "Gnome.Chess")
continue;
/* Add channel to list of currently handled channels */
@@ -911,7 +911,7 @@ public class HandlerApplication : Application
TelepathyGLib.AccountManager.dup (),
true, /* Bypass approval */
true, /* Requests */
- "Games.Glchess",
+ "Gnome.Chess",
false, /* Uniquify name */
handle_channels);
@@ -924,7 +924,7 @@ public class HandlerApplication : Application
1);
filter.insert (
TelepathyGLib.PROP_CHANNEL_TYPE_DBUS_TUBE_SERVICE_NAME,
- TelepathyGLib.CLIENT_BUS_NAME_BASE + "Games.Glchess");
+ TelepathyGLib.CLIENT_BUS_NAME_BASE + "Gnome.Chess");
(tp_handler as TelepathyGLib.BaseClient).add_handler_filter (filter);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]