[empathy/next: 10/14] call-factory: factories don't have account-manager prop any more
- From: Guillaume Desmottes <gdesmott src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [empathy/next: 10/14] call-factory: factories don't have account-manager prop any more
- Date: Tue, 4 Feb 2014 11:25:16 +0000 (UTC)
commit f44dc4ab3f876996c1f32663bfb815e1b04b2d59
Author: Guillaume Desmottes <guillaume desmottes collabora co uk>
Date: Thu Oct 24 18:13:34 2013 +0200
call-factory: factories don't have account-manager prop any more
src/empathy-call-factory.c | 4 ----
1 files changed, 0 insertions(+), 4 deletions(-)
---
diff --git a/src/empathy-call-factory.c b/src/empathy-call-factory.c
index 0db6d7c..bbcb5fc 100644
--- a/src/empathy-call-factory.c
+++ b/src/empathy-call-factory.c
@@ -153,20 +153,16 @@ empathy_call_factory_initialise (void)
{
EmpathyCallFactory *self;
EmpathyClientFactory *factory;
- TpAccountManager *am;
g_return_val_if_fail (call_factory == NULL, NULL);
- am = tp_account_manager_dup ();
factory = empathy_client_factory_dup ();
self = EMPATHY_CALL_FACTORY (g_object_new (EMPATHY_TYPE_CALL_FACTORY,
- "account-manager", am,
"factory", factory,
"name", EMPATHY_CALL_BUS_NAME_SUFFIX,
NULL));
- g_object_unref (am);
g_object_unref (factory);
return self;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]