aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy/empathy-client-factory.c
diff options
context:
space:
mode:
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2011-08-18 23:29:56 +0800
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2011-08-19 15:26:35 +0800
commitfb56e32dcdc0ad78c59c3d34d500a24c954a6ab0 (patch)
treed8f732d95aa62f85f162989797f94589f4e4ca00 /libempathy/empathy-client-factory.c
parent3f96f6d69d75bef18d372c26df40ab3bbd3628fe (diff)
downloadgsoc2013-empathy-fb56e32dcdc0ad78c59c3d34d500a24c954a6ab0.tar
gsoc2013-empathy-fb56e32dcdc0ad78c59c3d34d500a24c954a6ab0.tar.gz
gsoc2013-empathy-fb56e32dcdc0ad78c59c3d34d500a24c954a6ab0.tar.bz2
gsoc2013-empathy-fb56e32dcdc0ad78c59c3d34d500a24c954a6ab0.tar.lz
gsoc2013-empathy-fb56e32dcdc0ad78c59c3d34d500a24c954a6ab0.tar.xz
gsoc2013-empathy-fb56e32dcdc0ad78c59c3d34d500a24c954a6ab0.tar.zst
gsoc2013-empathy-fb56e32dcdc0ad78c59c3d34d500a24c954a6ab0.zip
rely on the factory to prepare TP_CONNECTION_FEATURE_BALANCE
https://bugzilla.gnome.org/show_bug.cgi?id=656831
Diffstat (limited to 'libempathy/empathy-client-factory.c')
-rw-r--r--libempathy/empathy-client-factory.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/libempathy/empathy-client-factory.c b/libempathy/empathy-client-factory.c
index 200ea5fe2..d3cc57e03 100644
--- a/libempathy/empathy-client-factory.c
+++ b/libempathy/empathy-client-factory.c
@@ -146,6 +146,9 @@ empathy_client_factory_dup_connection_features (TpSimpleClientFactory *factory,
feature = TP_CONNECTION_FEATURE_CONTACT_INFO;
g_array_append_val (features, feature);
+ feature = TP_CONNECTION_FEATURE_BALANCE;
+ g_array_append_val (features, feature);
+
return features;
}