ekiga r7311 - trunk/lib/engine/components/resource-list



Author: jpuydt
Date: Thu Oct 30 15:40:55 2008
New Revision: 7311
URL: http://svn.gnome.org/viewvc/ekiga?rev=7311&view=rev

Log:
Made the view update when removed an entry in a resource-list

Modified:
   trunk/lib/engine/components/resource-list/rl-heap.cpp

Modified: trunk/lib/engine/components/resource-list/rl-heap.cpp
==============================================================================
--- trunk/lib/engine/components/resource-list/rl-heap.cpp	(original)
+++ trunk/lib/engine/components/resource-list/rl-heap.cpp	Thu Oct 30 15:40:55 2008
@@ -373,6 +373,7 @@
       std::list<sigc::connection> conns;
       conns.push_back (presentity->updated.connect (sigc::bind (sigc::mem_fun (this, &RL::Heap::on_presentity_updated),presentity)));
       conns.push_back (presentity->removed.connect (sigc::bind(sigc::mem_fun (this, &RL::Heap::on_presentity_removed),presentity)));
+      conns.push_back (presentity->trigger_reload.connect (sigc::mem_fun (this, &RL::Heap::refresh)));
       conns.push_back (presentity->questions.connect (questions.make_slot()));
       presentities[presentity]=conns;
       presentity_added.emit (*presentity);



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