summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWill Thompson <will.thompson@collabora.co.uk>2011-09-14 19:10:10 +0100
committerWill Thompson <will.thompson@collabora.co.uk>2011-09-28 11:32:19 +0100
commitb4cd6e18b0d247ff69c3513e9492d885b954de89 (patch)
treeb1268848d085b22bc1ebb2f231ffd3811544b777
parent101f02c4a73944512984d62c54f2ff18c3c2a2eb (diff)
downloadtelepathy-mission-control-b4cd6e18b0d247ff69c3513e9492d885b954de89.tar.gz
Master: instantiate an McdKludgeTransport
-rw-r--r--src/mcd-master.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/mcd-master.c b/src/mcd-master.c
index 9a468b0e..e6b379a1 100644
--- a/src/mcd-master.c
+++ b/src/mcd-master.c
@@ -65,6 +65,7 @@
#include <dbus/dbus-glib-lowlevel.h>
#include <telepathy-glib/telepathy-glib.h>
+#include "kludge-transport.h"
#include "mcd-master.h"
#include "mcd-master-priv.h"
#include "mcd-proxy.h"
@@ -477,6 +478,8 @@ mcd_master_constructor (GType type, guint n_params,
mcd_master_load_mcd_plugins (master);
#endif
+ mcd_kludge_transport_install ((McdPlugin *) master);
+
/* we assume that at this point all transport plugins have been registered.
* We get the active transports and check whether some accounts should be
* automatically connected */