[ekiga] Made the Ekiga::ContactCore "updated" signal get triggered more often



commit a5f539efdddfff3785278c608d27b2951dda77e9
Author: Snark <jpuydt gnome org>
Date:   Wed Feb 9 20:40:21 2011 +0100

    Made the Ekiga::ContactCore "updated" signal get triggered more often
    
    This fixes bug #641955.

 lib/engine/addressbook/contact-core.cpp |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/lib/engine/addressbook/contact-core.cpp b/lib/engine/addressbook/contact-core.cpp
index 3d14755..09347bd 100644
--- a/lib/engine/addressbook/contact-core.cpp
+++ b/lib/engine/addressbook/contact-core.cpp
@@ -77,6 +77,7 @@ Ekiga::ContactCore::add_source (SourcePtr source)
 {
   sources.push_back (source);
   source_added (source);
+  conns.push_back (source->updated.connect (boost::ref (updated)));
   conns.push_back (source->book_added.connect (boost::bind (boost::ref (book_added), source, _1)));
   conns.push_back (source->book_removed.connect (boost::bind (boost::ref (book_removed), source, _1)));
   conns.push_back (source->book_updated.connect (boost::bind (boost::ref (book_updated), source, _1)));



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