mldonkey-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Mldonkey-commits] Changes to mldonkey/src/daemon/driver/driverMain.ml


From: mldonkey-commits
Subject: [Mldonkey-commits] Changes to mldonkey/src/daemon/driver/driverMain.ml
Date: Sun, 28 Aug 2005 08:18:32 -0400

Index: mldonkey/src/daemon/driver/driverMain.ml
diff -u mldonkey/src/daemon/driver/driverMain.ml:1.69 
mldonkey/src/daemon/driver/driverMain.ml:1.70
--- mldonkey/src/daemon/driver/driverMain.ml:1.69       Sun Aug 28 11:09:14 2005
+++ mldonkey/src/daemon/driver/driverMain.ml    Sun Aug 28 12:18:30 2005
@@ -302,8 +302,8 @@
 
   CommonMessages.load_message_file ();
   if !!html_mods then begin
-      if !!html_mods_style > 0 && !!html_mods_style < (Array.length 
!html_mods_styles) then
-        commands_frame_height =:= (snd !html_mods_styles.(!!html_mods_style));
+      if !!html_mods_style > 0 && !!html_mods_style < Array.length 
CommonMessages.styles then
+        commands_frame_height =:= 
CommonMessages.styles.(!!html_mods_style).CommonMessages.frame_height;
       CommonMessages.colour_changer ();
     end;
   networks_iter_all (fun r ->




reply via email to

[Prev in Thread] Current Thread [Next in Thread]