libgaim/core.c

changeset 15116
037b787407ba
parent 14300
68a0aa63f3b8
child 20470
77693555855f
child 20472
6a6d2ef151e6
--- a/libgaim/core.c	Tue Nov 28 08:44:12 2006 +0000
+++ b/libgaim/core.c	Tue Nov 28 09:05:34 2006 +0000
@@ -136,7 +136,10 @@
 	gaim_xfers_init();
 	gaim_idle_init();
 
-	/* Call this early on to try to auto-detect our IP address */
+	/*
+	 * Call this early on to try to auto-detect our IP address and
+	 * hopefully save some time later.
+	 */
 	gaim_network_get_my_ip(-1);
 
 	if (ops != NULL && ops->ui_init != NULL)

mercurial