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