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.42,1.43


From: Andy Maloney <address@hidden>
Subject: [Ayttm-commits] CVS: ayttm/modules/msn2 msn.C,1.42,1.43
Date: Thu, 23 Jan 2003 18:07:23 -0500

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

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


Index: msn.C
===================================================================
RCS file: /cvsroot/ayttm/ayttm/modules/msn2/msn.C,v
retrieving revision 1.42
retrieving revision 1.43
diff -u -r1.42 -r1.43
--- msn.C       21 Jan 2003 13:22:22 -0000      1.42
+++ msn.C       23 Jan 2003 23:07:21 -0000      1.43
@@ -1213,7 +1213,7 @@
 {
     gchar buff[1024];
     g_snprintf(buff, 1024, "http://members.msn.com/%s";, sender->handle);
-    open_url_nw(NULL, buff);
+    open_url(NULL, buff);
 }
 
 void msn_info_update(info_window *iw)





reply via email to

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