diff libpurple/protocols/msnp9/slpcall.h @ 26530:b87843de7c6a

A patch from Arunan Balasubramaniam to use timeouts in seconds instead of milliseconds in libpurple. This enables grouping of timers for greater power efficiency. Fixes #8875. committer: Elliott Sales de Andrade <qulogic@pidgin.im>
author foss@abala.me
date Fri, 10 Apr 2009 06:18:08 +0000
parents 7eeb81cbbcae
children
line wrap: on
line diff
--- a/libpurple/protocols/msnp9/slpcall.h	Fri Apr 10 05:57:23 2009 +0000
+++ b/libpurple/protocols/msnp9/slpcall.h	Fri Apr 10 06:18:08 2009 +0000
@@ -33,7 +33,7 @@
 #include "slpsession.h"
 
 /* The official client seems to timeout slp calls after 5 minutes */
-#define MSN_SLPCALL_TIMEOUT 300000
+#define MSN_SLPCALL_TIMEOUT 300
 
 typedef enum
 {