diff 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
line wrap: on
line diff
--- a/mcabber/src/screen.c	Thu May 05 08:53:49 2005 +0000
+++ b/mcabber/src/screen.c	Thu May 05 11:54:57 2005 +0000
@@ -219,6 +219,7 @@
   }
   update_panels();
 
+  hlog_read_history(title, &tmp->hbuf, maxX - scr_WindowWidth(rosterWnd) - 14);
   list_add_tail(&tmp->list, &window_list);
 
   return tmp;