comparison libpurple/core.c @ 18753:2cc872f4f620

Fix stun to work on startup (this is is a temporary hack until purple_prefs_load() happens in the core). Fixes #2334
author Daniel Atallah <daniel.atallah@gmail.com>
date Tue, 31 Jul 2007 03:26:05 +0000
parents 9db52d9b8436
children d470d42d2cb1
comparison
equal deleted inserted replaced
18752:02529af24ae2 18753:2cc872f4f620
157 purple_idle_init(); 157 purple_idle_init();
158 158
159 /* 159 /*
160 * Call this early on to try to auto-detect our IP address and 160 * Call this early on to try to auto-detect our IP address and
161 * hopefully save some time later. 161 * hopefully save some time later.
162 * TODO: do this here after purple_prefs_load() has been moved into purple_prefs_init()
162 */ 163 */
163 purple_network_get_my_ip(-1); 164 /*purple_network_get_my_ip(-1);*/
164 165
165 if (ops != NULL && ops->ui_init != NULL) 166 if (ops != NULL && ops->ui_init != NULL)
166 ops->ui_init(); 167 ops->ui_init();
167 168
168 return TRUE; 169 return TRUE;