ayttm-commits
[Top][All Lists]
Advanced

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

[Ayttm-commits] CVS: ayttm/modules/yahoo2 yahoo.c,1.22,1.23


From: Andy Maloney <address@hidden>
Subject: [Ayttm-commits] CVS: ayttm/modules/yahoo2 yahoo.c,1.22,1.23
Date: Thu, 23 Jan 2003 18:07:23 -0500

Update of /cvsroot/ayttm/ayttm/modules/yahoo2
In directory subversions:/tmp/cvs-serv3063/modules/yahoo2

Modified Files:
        yahoo.c 
Log Message:
Remove open_url_nw [it was the same as open_url()]
Cleanup browser.c


Index: yahoo.c
===================================================================
RCS file: /cvsroot/ayttm/ayttm/modules/yahoo2/yahoo.c,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -r1.22 -r1.23
--- yahoo.c     23 Jan 2003 07:46:57 -0000      1.22
+++ yahoo.c     23 Jan 2003 23:07:21 -0000      1.23
@@ -2192,7 +2192,7 @@
 
        snprintf(buff, sizeof(buff), "%s%s", yahoo_get_profile_url(),
                        sender->handle);
-       open_url_nw(NULL, buff);
+       open_url(NULL, buff);
 }
 
 





reply via email to

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