| 141 |
141 |
| 142 return NULL; |
142 return NULL; |
| 143 } |
143 } |
| 144 |
144 |
| 145 static gboolean |
145 static gboolean |
| 146 winpidgin_pwm_reconnect() |
146 winpidgin_pwm_reconnect(void) |
| 147 { |
147 { |
| 148 g_signal_handlers_disconnect_by_func(g_network_monitor_get_default, |
148 g_signal_handlers_disconnect_by_func(g_network_monitor_get_default, |
| 149 G_CALLBACK(winpidgin_netconfig_changed_cb), |
149 G_CALLBACK(winpidgin_netconfig_changed_cb), |
| 150 NULL); |
150 NULL); |
| 151 if (pwm_handles_connections == TRUE) { |
151 if (pwm_handles_connections == TRUE) { |