Mercurial > pidgin.yaz
changeset 225:d95f65a22b14
[gaim-migrate @ 235]
Fixed Mike Roberto's "Deny List Disappears" Bug. All Capitalized Words Is
Kinda Fun.
committer: Tailor Script <tailor@pidgin.im>
author | Eric Warmenhoven <eric@warmenhoven.org> |
---|---|
date | Tue, 09 May 2000 09:51:16 +0000 |
parents | 46ce07c0a251 |
children | cffec6a16d31 |
files | src/buddy.c |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/src/buddy.c Tue May 09 06:14:14 2000 +0000 +++ b/src/buddy.c Tue May 09 09:51:16 2000 +0000 @@ -1900,6 +1900,7 @@ rempermbutton = gtk_button_new_with_label("Remove"); permtree = gtk_tree_new(); + build_permit_tree(); pbox = gtk_hbox_new(TRUE, 10); xbox = gtk_scrolled_window_new(NULL, NULL); /* Put the buttons in the box */