[telepathy-gabble/master] Don't spawn the plugin loader on start.
Will Thompson
will.thompson at collabora.co.uk
Mon Nov 16 09:28:37 PST 2009
This was mostly for testing purposes while implementing the loader. Now
that it's dupped as needed to instantiate sidecars, there's no point in
instantiating it until we need it.
---
src/gabble.c | 3 ---
1 files changed, 0 insertions(+), 3 deletions(-)
diff --git a/src/gabble.c b/src/gabble.c
index 4dc7b8a..992d12e 100644
--- a/src/gabble.c
+++ b/src/gabble.c
@@ -32,7 +32,6 @@
#include "debug.h"
#include "connection-manager.h"
-#include "plugin-loader.h"
static TpBaseConnectionManager *
construct_cm (void)
@@ -141,8 +140,6 @@ gabble_main (int argc,
tp_debug_set_persistent (TRUE);
#endif
- gabble_plugin_loader_dup ();
-
out = tp_run_connection_manager ("telepathy-gabble", VERSION,
construct_cm, argc, argv);
--
1.5.6.5
More information about the telepathy-commits
mailing list