diff -r 71898cf4d20f -r 361c801c4536 pidgin/win32/gtkwin32dep.c --- a/pidgin/win32/gtkwin32dep.c Thu Jun 29 23:14:26 2017 -0500 +++ b/pidgin/win32/gtkwin32dep.c Thu Jun 15 13:33:02 2017 -0500 @@ -247,7 +247,7 @@ } else if (wparam == PBT_APMRESUMESUSPEND) { purple_debug_info("winpidgin", "Resuming from system standby.\n"); /* TODO: It seems like it'd be wise to use the NLA message, if possible, instead of this. */ - purple_timeout_add_seconds(1, winpidgin_pwm_reconnect, NULL); + g_timeout_add_seconds(1, winpidgin_pwm_reconnect, NULL); return TRUE; } }