comparison libpurple/core.c @ 19200:d470d42d2cb1

propagate from branch 'im.pidgin.pidgin' (head e687870673f02e5605b0bf9877fd579c78fe8c01) to branch 'im.pidgin.soc.2007.certmgr' (head d1d514d18e94b8444eef617bb29ee248c3a0a572)
author William Ehlhardt <williamehlhardt@gmail.com>
date Sun, 12 Aug 2007 20:48:34 +0000
parents 7d0c12b5dda8 2cc872f4f620
children c88e64f1ed76
comparison
equal deleted inserted replaced
19096:81163e153778 19200:d470d42d2cb1
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;