[ekiga/jp-opal-roster] Opal: added the Opal::Bank to the Ekiga::PresenceCore so the accounts become visible



commit d5a7114a2f00d15b373f2aeaca70698c7572d7d2
Author: Julien Puydt <jpuydt free fr>
Date:   Sun Oct 27 19:59:04 2013 +0100

    Opal: added the Opal::Bank to the Ekiga::PresenceCore so the accounts become visible

 lib/engine/components/opal/opal-main.cpp |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/lib/engine/components/opal/opal-main.cpp b/lib/engine/components/opal/opal-main.cpp
index e145e75..018995a 100644
--- a/lib/engine/components/opal/opal-main.cpp
+++ b/lib/engine/components/opal/opal-main.cpp
@@ -40,6 +40,7 @@
 #include "opal-main.h"
 
 #include "chat-core.h"
+#include "presence-core.h"
 #include "audioinput-core.h"
 #include "audiooutput-core.h"
 #include "videoinput-core.h"
@@ -119,6 +120,7 @@ struct OPALSpark: public Ekiga::Spark
 
       boost::shared_ptr<Bank> bank (new Bank (core));
       account_core->add_bank (bank);
+      presence_core->add_cluster (bank);
       core.add (bank);
       contact_core->add_contact_decorator (bank);
       presence_core->add_presentity_decorator (bank);


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]