mldonkey-commits
[Top][All Lists]
Advanced

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

[Mldonkey-commits] Changes to mldonkey/src/gtk2/gui/guiStatusBar.ml


From: mldonkey-commits
Subject: [Mldonkey-commits] Changes to mldonkey/src/gtk2/gui/guiStatusBar.ml
Date: Mon, 31 Oct 2005 13:34:31 -0500

Index: mldonkey/src/gtk2/gui/guiStatusBar.ml
diff -u mldonkey/src/gtk2/gui/guiStatusBar.ml:1.2 
mldonkey/src/gtk2/gui/guiStatusBar.ml:1.3
--- mldonkey/src/gtk2/gui/guiStatusBar.ml:1.2   Sun Oct 16 20:42:53 2005
+++ mldonkey/src/gtk2/gui/guiStatusBar.ml       Mon Oct 31 18:34:02 2005
@@ -161,7 +161,7 @@
 (*************************************************************************)
 
 let clear () =
-  update_sharedfiles 0 Int64.zero;
+  update_sharedfiles 0 (Int64.of_int 0);
   update_downloadedfiles ();
   update_servers ();
   update_updown 0 0
@@ -213,7 +213,7 @@
 
 
 let _ =
-  update_sharedfiles 0 Int64.zero;
+  update_sharedfiles 0 (Int64.of_int 0);
   update_downloadedfiles ();
   update_servers ();
   update_updown 0 0;




reply via email to

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