--- 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)