Mercurial > pidgin.yaz
changeset 2012:5748a6faa461
[gaim-migrate @ 2022]
no one saw that
committer: Tailor Script <tailor@pidgin.im>
author | Eric Warmenhoven <eric@warmenhoven.org> |
---|---|
date | Wed, 13 Jun 2001 23:15:57 +0000 |
parents | 8195d67364a4 |
children | 0be1e533036c |
files | plugins/icq/gaim_icq.c |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- 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);