diff src/buddy.c @ 4786:01e349782075

[gaim-migrate @ 5106] fix a stupid bug, and let the buddy list get skinny if it can. committer: Tailor Script <tailor@pidgin.im>
author Nathan Walp <nwalp@pidgin.im>
date Sat, 15 Mar 2003 07:48:27 +0000
parents 1e28e7d802a1
children 642444078976
line wrap: on
line diff
--- a/src/buddy.c	Sat Mar 15 03:23:30 2003 +0000
+++ b/src/buddy.c	Sat Mar 15 07:48:27 2003 +0000
@@ -1248,6 +1248,7 @@
 			afsad = afsad->next;
 		}
 	}
+	gtk_tree_view_columns_autosize(GTK_TREE_VIEW(gtkblist->treeview));
 }
 
 static void gaim_gtk_blist_destroy(struct gaim_buddy_list *list)