ekiga r7755 - trunk/lib/engine/presence



Author: jpuydt
Date: Sun Mar 15 12:52:16 2009
New Revision: 7755
URL: http://svn.gnome.org/viewvc/ekiga?rev=7755&view=rev

Log:
Fixed a big mistake, which leads to crashes in the chat code

Modified:
   trunk/lib/engine/presence/uri-presentity.h

Modified: trunk/lib/engine/presence/uri-presentity.h
==============================================================================
--- trunk/lib/engine/presence/uri-presentity.h	(original)
+++ trunk/lib/engine/presence/uri-presentity.h	Sun Mar 15 12:52:16 2009
@@ -59,7 +59,8 @@
    * This class implements an Ekiga::Presentity.
    */
   class URIPresentity:
-    public Ekiga::Presentity
+    public Ekiga::Presentity,
+    public sigc::trackable
   {
   public:
 



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