comparison src/connection.c @ 8287:ef881489396e

[gaim-migrate @ 9011] Another patch from Scott Lamb to change g_source_remove calls to gaim_timeout_remove. It also implements gaim_timeout_remove. committer: Tailor Script <tailor@pidgin.im>
author Christian Hammond <chipx86@chipx86.com>
date Wed, 18 Feb 2004 07:43:21 +0000
parents f24172f53650
children 7dcd6f26e4a7
comparison
equal deleted inserted replaced
8286:89d9d004e3f3 8287:ef881489396e
85 85
86 if (gc->away_state != NULL) 86 if (gc->away_state != NULL)
87 g_free(gc->away_state); 87 g_free(gc->away_state);
88 88
89 if (gc->disconnect_timeout) 89 if (gc->disconnect_timeout)
90 g_source_remove(gc->disconnect_timeout); 90 gaim_timeout_remove(gc->disconnect_timeout);
91 91
92 g_free(gc); 92 g_free(gc);
93 } 93 }
94 94
95 static void request_pass_ok_cb(GaimAccount *account, const char *entry) 95 static void request_pass_ok_cb(GaimAccount *account, const char *entry)