diff options
author | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2011-03-04 22:24:06 +0800 |
---|---|---|
committer | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2011-03-07 17:39:26 +0800 |
commit | b9d097cb326e8e8af3f74b631c7c0cf0b4408db2 (patch) | |
tree | b1cc172e8c487148d423a11a5bcd3d19dbd7a618 /libempathy | |
parent | 46de927d35d667362a990905628ad7cbb4f9619e (diff) | |
download | gsoc2013-empathy-b9d097cb326e8e8af3f74b631c7c0cf0b4408db2.tar gsoc2013-empathy-b9d097cb326e8e8af3f74b631c7c0cf0b4408db2.tar.gz gsoc2013-empathy-b9d097cb326e8e8af3f74b631c7c0cf0b4408db2.tar.bz2 gsoc2013-empathy-b9d097cb326e8e8af3f74b631c7c0cf0b4408db2.tar.lz gsoc2013-empathy-b9d097cb326e8e8af3f74b631c7c0cf0b4408db2.tar.xz gsoc2013-empathy-b9d097cb326e8e8af3f74b631c7c0cf0b4408db2.tar.zst gsoc2013-empathy-b9d097cb326e8e8af3f74b631c7c0cf0b4408db2.zip |
auth-factory: set Observer.DelayApprovers (#643872)
Diffstat (limited to 'libempathy')
-rw-r--r-- | libempathy/empathy-auth-factory.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libempathy/empathy-auth-factory.c b/libempathy/empathy-auth-factory.c index 8cbb90a14..03d720744 100644 --- a/libempathy/empathy-auth-factory.c +++ b/libempathy/empathy-auth-factory.c @@ -489,6 +489,8 @@ empathy_auth_factory_constructed (GObject *obj) TP_PROP_CHANNEL_TYPE_SERVER_AUTHENTICATION_AUTHENTICATION_METHOD, G_TYPE_STRING, TP_IFACE_CHANNEL_INTERFACE_SASL_AUTHENTICATION, NULL)); + + tp_base_client_set_observer_delay_approvers (client, TRUE); } static void |