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.76,1.77


From: Colin Leroy <address@hidden>
Subject: [Ayttm-commits] CVS: ayttm/modules/msn2 msn.C,1.76,1.77
Date: Wed, 19 Mar 2003 19:18:11 -0500

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

Modified Files:
        msn.C 
Log Message:
Differentiate between netmeeting requests and SIP
requests (and don't handle SIP)


Index: msn.C
===================================================================
RCS file: /cvsroot/ayttm/ayttm/modules/msn2/msn.C,v
retrieving revision 1.76
retrieving revision 1.77
diff -u -r1.76 -r1.77
--- msn.C       19 Mar 2003 23:15:27 -0000      1.76
+++ msn.C       20 Mar 2003 00:18:08 -0000      1.77
@@ -2037,7 +2037,7 @@
        
        /* wait for three seconds because official clients starting 
        netmeeting get their stupid splashscreen */
-       snprintf(buf,1024,"sleep 3; gnomemeeting -c callto://%s",ip);
+       snprintf(buf,1024,"(sleep 3; gnomemeeting -c callto://%s) &",ip);
        /* should check version... 0.85, for example doesn't handle -c without 
        my patch (bugzilla.gnome.org #108767) */
        system(buf);





reply via email to

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