src/core.c

changeset 13130
e9adbdc1546a
parent 12272
4eee92ead973
child 13181
2a22fe4717ed
equal deleted inserted replaced
13129:c0aa6063a2cc 13130:e9adbdc1546a
97 97
98 #ifdef HAVE_DBUS 98 #ifdef HAVE_DBUS
99 gaim_dbus_init(); 99 gaim_dbus_init();
100 #endif 100 #endif
101 101
102 /* Call this early on to try to auto-detect our IP address */
103 gaim_network_get_my_ip(-1);
104
102 /* Initialize all static protocols. */ 105 /* Initialize all static protocols. */
103 static_proto_init(); 106 static_proto_init();
104 107
105 /* Since plugins get probed so early we should probably initialize their 108 /* Since plugins get probed so early we should probably initialize their
106 * subsystem right away too. 109 * subsystem right away too.

mercurial