# HG changeset patch # User Eric Warmenhoven # Date 992474157 0 # Node ID 5748a6faa4617433dc437708d7aa1f850fc55c8f # Parent 8195d67364a4c1e754f069e511e026c946be7dec [gaim-migrate @ 2022] no one saw that committer: Tailor Script diff -r 8195d67364a4 -r 5748a6faa461 plugins/icq/gaim_icq.c --- a/plugins/icq/gaim_icq.c Wed Jun 13 23:13:06 2001 +0000 +++ b/plugins/icq/gaim_icq.c Wed Jun 13 23:15:57 2001 +0000 @@ -502,6 +502,7 @@ GtkWidget *button; struct icq_data *id = gc->proto_data; GSList *l = id->thru_serv; + long who = atol(c->name); button = gtk_check_button_new_with_label("Send message through server"); gtk_box_pack_start(GTK_BOX(c->lbox), button, FALSE, FALSE, 5);