diff src/buddy.c @ 774:b61607d6c2af

[gaim-migrate @ 784] save buddy chats, and better display of them (though they flash now, but they don't cause errors) committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Mon, 28 Aug 2000 18:49:17 +0000
parents d2eef8a40a77
children c714def9cebb
line wrap: on
line diff
--- a/src/buddy.c	Mon Aug 28 18:25:39 2000 +0000
+++ b/src/buddy.c	Mon Aug 28 18:49:17 2000 +0000
@@ -2044,14 +2044,10 @@
 
 void refresh_buddy_window()
 {
-        setup_buddy_chats();
- 
         build_edit_tree();
 	build_permit_tree();
         
         update_button_pix();
         gtk_widget_show(blist);
-
-
 }