mldonkey-commits
[Top][All Lists]
Advanced

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

[Mldonkey-commits] Changes to mldonkey/src/gtk/newgui/gui_downloads.ml


From: mldonkey-commits
Subject: [Mldonkey-commits] Changes to mldonkey/src/gtk/newgui/gui_downloads.ml
Date: Fri, 26 Aug 2005 17:10:45 -0400

Index: mldonkey/src/gtk/newgui/gui_downloads.ml
diff -u mldonkey/src/gtk/newgui/gui_downloads.ml:1.13 
mldonkey/src/gtk/newgui/gui_downloads.ml:1.14
--- mldonkey/src/gtk/newgui/gui_downloads.ml:1.13       Thu Jul 29 10:25:33 2004
+++ mldonkey/src/gtk/newgui/gui_downloads.ml    Fri Aug 26 21:10:43 2005
@@ -314,19 +314,7 @@
 let time_to_string time =
   if time = max_last_seen 
     then "--"
-    else begin
-  let days = time / 60 / 60 / 24 in
-  let rest = time - days * 60 * 60 * 24 in
-  let hours = rest / 60 / 60 in
-  let rest = rest - hours * 60 * 60 in
-  let minutes = rest / 60 in
-  let seconds = rest - minutes * 60 in
-    if days > 0
-    then Printf.sprintf " %dd " days
-    else if hours > 0
-    then Printf.sprintf " %d:%02d:%02d " hours minutes seconds
-    else Printf.sprintf " %d:%02d " minutes seconds
-    end
+    else Date.time_to_string_long time
 
 let max_eta = 1000.0 *. 60.0 *. 60.0 *. 24.0
     




reply via email to

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