Mercurial > pidgin
comparison src/dialogs.c @ 4308:b3a14484fc2f
[gaim-migrate @ 4562]
Fix the "Remove" permit buddy button in le privacy dialogueueue.
I also screwed around with a bit 'o syntax in ssi.c, and hopefully
make the uin@pager.icq.com receiving thing nice. I _still_ don't
know why I can't send an email through that reliably.
committer: Tailor Script <tailor@pidgin.im>
| author | Mark Doliner <mark@kingant.net> |
|---|---|
| date | Sun, 12 Jan 2003 23:13:51 +0000 |
| parents | 37fd8ad463ba |
| children | 5978e3d53f29 |
comparison
equal
deleted
inserted
replaced
| 4307:545d153a5341 | 4308:b3a14484fc2f |
|---|---|
| 1392 if (permit) { | 1392 if (permit) { |
| 1393 char *name = find_permdeny_by_name(current_deny_gc->permit, who); | 1393 char *name = find_permdeny_by_name(current_deny_gc->permit, who); |
| 1394 | 1394 |
| 1395 if (name) { | 1395 if (name) { |
| 1396 current_deny_gc->permit = g_slist_remove(current_deny_gc->permit, name); | 1396 current_deny_gc->permit = g_slist_remove(current_deny_gc->permit, name); |
| 1397 serv_rem_deny(current_deny_gc, who); | 1397 serv_rem_permit(current_deny_gc, who); |
| 1398 build_allow_list(); | 1398 build_allow_list(); |
| 1399 } | 1399 } |
| 1400 } else { | 1400 } else { |
| 1401 char *name = find_permdeny_by_name(current_deny_gc->deny, who); | 1401 char *name = find_permdeny_by_name(current_deny_gc->deny, who); |
| 1402 | 1402 |
