comparison mcabber/src/screen.c @ 178:cfefae4b6de9

[/trunk] Changeset 190 by mikael * Read history files when creating a buddy panel.
author mikael
date Thu, 05 May 2005 11:54:57 +0000
parents 7b7dd6d69f58
children 42a33611233b
comparison
equal deleted inserted replaced
177:a51ce78a0e2a 178:cfefae4b6de9
217 else 217 else
218 top_panel(chatPanel); 218 top_panel(chatPanel);
219 } 219 }
220 update_panels(); 220 update_panels();
221 221
222 hlog_read_history(title, &tmp->hbuf, maxX - scr_WindowWidth(rosterWnd) - 14);
222 list_add_tail(&tmp->list, &window_list); 223 list_add_tail(&tmp->list, &window_list);
223 224
224 return tmp; 225 return tmp;
225 } 226 }
226 227