soc.2009.transport: c648ca32: Delete AdhocRepeater

hanzz at soc.pidgin.im hanzz at soc.pidgin.im
Mon Jun 8 04:10:38 EDT 2009


-----------------------------------------------------------------
Revision: c648ca32b70c9b858f8e0b35da5d8b656f0e156e
Ancestor: b133e1254b397d4fff78ee1633b0da9a772f3dc4
Author: hanzz at soc.pidgin.im
Date: 2009-06-08T07:03:19
Branch: im.pidgin.soc.2009.transport
URL: http://d.pidgin.im/viewmtn/revision/info/c648ca32b70c9b858f8e0b35da5d8b656f0e156e

Modified files:
        adhocrepeater.cpp

ChangeLog: 

Delete AdhocRepeater

-------------- next part --------------
============================================================
--- adhocrepeater.cpp	50cf4f147d520a735176396e88b52862f1a6864c
+++ adhocrepeater.cpp	06652f8d04ea00d73de3ca0670c15b3f92e490fb
@@ -118,6 +118,9 @@ bool AdhocRepeater::handleIq(const IQ &s
 		c->addAttribute("node","configuration");
 		c->addAttribute("status","completed");
 		main->j->send(s);
+		
+		g_timeout_add(0,&removeRepeater,this);
+		
 	}
 
 


More information about the Commits mailing list