diff -r 7a4c038d1ecd -r 266eacc707ac src/protocols/zephyr/zephyr.c --- a/src/protocols/zephyr/zephyr.c Wed Feb 18 07:22:53 2004 +0000 +++ b/src/protocols/zephyr/zephyr.c Wed Feb 18 07:43:21 2004 +0000 @@ -797,10 +797,10 @@ g_slist_free(subscrips); if (nottimer) - g_source_remove(nottimer); + gaim_timeout_remove(nottimer); nottimer = 0; if (loctimer) - g_source_remove(loctimer); + gaim_timeout_remove(loctimer); loctimer = 0; zgc = NULL; z_call(ZCancelSubscriptions(0));