libpurple/core.c

branch
soc.2007.certmgr
changeset 19341
2a00e275b66b
parent 18814
f82e81551d63
parent 19048
432404a6b416
child 19675
3c1669c529a1
equal deleted inserted replaced
19036:62025e265d24 19341:2a00e275b66b
159 purple_idle_init(); 159 purple_idle_init();
160 160
161 /* 161 /*
162 * Call this early on to try to auto-detect our IP address and 162 * Call this early on to try to auto-detect our IP address and
163 * hopefully save some time later. 163 * hopefully save some time later.
164 * TODO: do this here after purple_prefs_load() has been moved into purple_prefs_init()
164 */ 165 */
165 purple_network_get_my_ip(-1); 166 /*purple_network_get_my_ip(-1);*/
166 167
167 if (ops != NULL && ops->ui_init != NULL) 168 if (ops != NULL && ops->ui_init != NULL)
168 ops->ui_init(); 169 ops->ui_init();
169 170
170 return TRUE; 171 return TRUE;

mercurial