[gnome-contacts: 1/2] start_call_with_account: set Empathy.AudioVideo as preferred handler
- From: Guillaume Desmottes <gdesmott src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-contacts: 1/2] start_call_with_account: set Empathy.AudioVideo as preferred handler
- Date: Mon, 26 Sep 2011 12:46:21 +0000 (UTC)
commit fe2174815dc5b6d1f86616248fade2a98037d593
Author: Guillaume Desmottes <guillaume desmottes collabora co uk>
Date: Mon Sep 26 13:45:18 2011 +0200
start_call_with_account: set Empathy.AudioVideo as preferred handler
Empathy.Call only handle Call channels, Empathy.AudioVideo is the one handling
StreamedMedia channels.
https://bugzilla.gnome.org/show_bug.cgi?id=660121
src/contacts-utils.vala | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/contacts-utils.vala b/src/contacts-utils.vala
index 3d5e92b..f574fb4 100644
--- a/src/contacts-utils.vala
+++ b/src/contacts-utils.vala
@@ -74,7 +74,7 @@ public class Contacts.Utils : Object {
var request = new TelepathyGLib.AccountChannelRequest(account,
request_dict, int64.MAX);
request.ensure_channel_async.begin (
- "org.freedesktop.Telepathy.Client.Empathy.Call", null);
+ "org.freedesktop.Telepathy.Client.Empathy.AudioVideo", null);
}
public static T? get_first<T> (Collection<T> collection) {
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]