ayttm-commits
[Top][All Lists]
Advanced

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

[Ayttm-commits] CVS: ayttm/modules/msn2 msn.C,1.79,1.80


From: Colin Leroy <address@hidden>
Subject: [Ayttm-commits] CVS: ayttm/modules/msn2 msn.C,1.79,1.80
Date: Fri, 21 Mar 2003 08:17:00 -0500

Update of /cvsroot/ayttm/ayttm/modules/msn2
In directory subversions:/tmp/cvs-serv21341/modules/msn2

Modified Files:
        msn.C 
Log Message:
- src/status.c
g_free -> free and include stdlib.h
- modules/msn2/libmsn2/msn_core.C
don't send call when we invite contact - he'll do it



Index: msn.C
===================================================================
RCS file: /cvsroot/ayttm/ayttm/modules/msn2/msn.C,v
retrieving revision 1.79
retrieving revision 1.80
diff -u -r1.79 -r1.80
--- msn.C       21 Mar 2003 10:00:18 -0000      1.79
+++ msn.C       21 Mar 2003 13:16:58 -0000      1.80
@@ -2062,9 +2062,9 @@
        
        /* wait for three seconds because official clients starting 
        netmeeting get their stupid splashscreen */
-       if (ip)
+       if (ip) /* send call */
                snprintf(buf,1024,"(sleep 3; gnomemeeting -c callto://%s) 
&",ip);
-       else /* ??? */
+       else /* wait for the incoming call */
                snprintf(buf,1024,"gnomemeeting &");
        /* should check version... 0.85, for example doesn't handle -c without 
        my patch (bugzilla.gnome.org #108767) */





reply via email to

[Prev in Thread] Current Thread [Next in Thread]