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: Sun, 16 Oct 2005 16:43:06 -0400

Index: mldonkey/src/gtk2/gui/guiStatusBar.ml
diff -u mldonkey/src/gtk2/gui/guiStatusBar.ml:1.1 
mldonkey/src/gtk2/gui/guiStatusBar.ml:1.2
--- mldonkey/src/gtk2/gui/guiStatusBar.ml:1.1   Wed Mar  2 19:45:11 2005
+++ mldonkey/src/gtk2/gui/guiStatusBar.ml       Sun Oct 16 20:42:53 2005
@@ -161,7 +161,7 @@
 (*************************************************************************)
 
 let clear () =
-  update_sharedfiles 0 (Int64.of_int 0);
+  update_sharedfiles 0 Int64.zero;
   update_downloadedfiles ();
   update_servers ();
   update_updown 0 0
@@ -213,7 +213,7 @@
 
 
 let _ =
-  update_sharedfiles 0 (Int64.of_int 0);
+  update_sharedfiles 0 Int64.zero;
   update_downloadedfiles ();
   update_servers ();
   update_updown 0 0;




reply via email to

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