# HG changeset patch # User Eric Warmenhoven # Date 976314808 0 # Node ID 5186c154e90d96288239446dc3fc6b24c728c0a7 # Parent 32d2a5e10c08cf51db6db58409eaa0c7907147b3 [gaim-migrate @ 1232] this should fix a couple segfaults i've had so far committer: Tailor Script diff -r 32d2a5e10c08 -r 5186c154e90d plugins/icq/gaim_icq.c --- a/plugins/icq/gaim_icq.c Fri Dec 08 21:30:09 2000 +0000 +++ b/plugins/icq/gaim_icq.c Fri Dec 08 22:33:28 2000 +0000 @@ -193,6 +193,10 @@ g_show_info_text(buf); } +static void icq_req_notify(struct icq_link *link, unsigned long id, int result, + unsigned int length, void *data) { +} + static void icq_login(struct aim_user *user) { struct gaim_connection *gc = new_gaim_conn(user); struct icq_data *id = gc->proto_data = g_new0(struct icq_data, 1); @@ -214,6 +218,7 @@ link->icq_WrongPassword = icq_wrong_passwd; link->icq_InvalidUIN = icq_invalid_uin; link->icq_Log = icq_do_log; + link->icq_RequestNotify = icq_req_notify; link->icq_SetTimeout = icq_set_timeout; icq_UnsetProxy(link);