/[mldonkey]/mldonkey/src/daemon/driver/driverMain.ml
ViewVC logotype

Diff of /mldonkey/src/daemon/driver/driverMain.ml

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.69 by spiralvoice, Sun Aug 28 11:09:14 2005 UTC revision 1.70 by spiralvoice, Sun Aug 28 12:18:30 2005 UTC
# Line 302  let load_config () = Line 302  let load_config () =
302    
303    CommonMessages.load_message_file ();    CommonMessages.load_message_file ();
304    if !!html_mods then begin    if !!html_mods then begin
305        if !!html_mods_style > 0 && !!html_mods_style < (Array.length !html_mods_styles) then        if !!html_mods_style > 0 && !!html_mods_style < Array.length CommonMessages.styles then
306          commands_frame_height =:= (snd !html_mods_styles.(!!html_mods_style));          commands_frame_height =:= CommonMessages.styles.(!!html_mods_style).CommonMessages.frame_height;
307        CommonMessages.colour_changer ();        CommonMessages.colour_changer ();
308      end;      end;
309    networks_iter_all (fun r ->    networks_iter_all (fun r ->

Legend:
Removed from v.1.69  
changed lines
  Added in v.1.70

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26