comparison 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
comparison
equal deleted inserted replaced
4785:1e28e7d802a1 4786:01e349782075
1246 while (afsad) { 1246 while (afsad) {
1247 gaim_gtk_blist_update(list, afsad); 1247 gaim_gtk_blist_update(list, afsad);
1248 afsad = afsad->next; 1248 afsad = afsad->next;
1249 } 1249 }
1250 } 1250 }
1251 gtk_tree_view_columns_autosize(GTK_TREE_VIEW(gtkblist->treeview));
1251 } 1252 }
1252 1253
1253 static void gaim_gtk_blist_destroy(struct gaim_buddy_list *list) 1254 static void gaim_gtk_blist_destroy(struct gaim_buddy_list *list)
1254 { 1255 {
1255 if (!gtkblist) 1256 if (!gtkblist)