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.74,1.75


From: Colin Leroy <address@hidden>
Subject: [Ayttm-commits] CVS: ayttm/modules/msn2 msn.C,1.74,1.75
Date: Wed, 19 Mar 2003 13:19:45 -0500

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

Modified Files:
        msn.C 
Log Message:
sleep before running gnomemeeting


Index: msn.C
===================================================================
RCS file: /cvsroot/ayttm/ayttm/modules/msn2/msn.C,v
retrieving revision 1.74
retrieving revision 1.75
diff -u -r1.74 -r1.75
--- msn.C       19 Mar 2003 17:29:08 -0000      1.74
+++ msn.C       19 Mar 2003 18:19:43 -0000      1.75
@@ -2019,8 +2019,11 @@
                return;         
        }
        
-       snprintf(buf,1024,"gnomemeeting -c callto://%s",ip);
-       /* should check version... 0.85, for example doesn't handle -c */
+       /* wait for three seconds because official clients starting 
+       netmeeting get their stupid splashscreen */
+       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]