ekiga r7422 - trunk/lib/engine/presence/skel



Author: jpuydt
Date: Sat Nov 29 15:02:24 2008
New Revision: 7422
URL: http://svn.gnome.org/viewvc/ekiga?rev=7422&view=rev

Log:
Smallish fix

Modified:
   trunk/lib/engine/presence/skel/cluster-impl.h

Modified: trunk/lib/engine/presence/skel/cluster-impl.h
==============================================================================
--- trunk/lib/engine/presence/skel/cluster-impl.h	(original)
+++ trunk/lib/engine/presence/skel/cluster-impl.h	Sat Nov 29 15:02:24 2008
@@ -138,7 +138,7 @@
 
   RefLister<HeapType>::add_connection (heap, heap->presentity_removed.connect (sigc::bind (sigc::mem_fun (this, &ClusterImpl::on_presentity_removed), heap)));
 
-  heap->questions.add_handler (questions.make_slot ());
+  RefLister<HeapType>::add_connection (heap, heap->questions.add_handler (questions.make_slot ()));
 
   add_object (heap);
 }



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