[ekiga] Made the "edit" action work again for ekiga.net contacts



commit f936ac67ae85a9bb437908e08fff2f1f61a6ce90
Author: Julien Puydt <jpuydt free fr>
Date:   Sun Mar 2 21:22:43 2014 +0100

    Made the "edit" action work again for ekiga.net contacts

 lib/engine/components/opal/opal-account.cpp |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/lib/engine/components/opal/opal-account.cpp b/lib/engine/components/opal/opal-account.cpp
index f07654f..6d38516 100644
--- a/lib/engine/components/opal/opal-account.cpp
+++ b/lib/engine/components/opal/opal-account.cpp
@@ -186,6 +186,7 @@ Opal::Account::Account (boost::shared_ptr<Opal::Sip::EndPoint> _sip_endpoint,
        pres->trigger_saving.connect (boost::ref (trigger_saving));
        pres->removed.connect (boost::bind (&Opal::Account::when_presentity_removed, this, pres));
        pres->updated.connect (boost::bind (&Opal::Account::when_presentity_updated, this, pres));
+       pres->questions.connect (boost::ref (questions));
        add_object (pres);
        presentity_added (pres);
       }


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