[longomatch] Fix typo
- From: Andoni Morales Alastruey <amorales src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [longomatch] Fix typo
- Date: Tue, 16 Apr 2013 19:50:25 +0000 (UTC)
commit 58f766b3ab1120ddaa509dc148a1ab825821ffe7
Author: Andoni Morales Alastruey <ylatuya gmail com>
Date: Tue Apr 16 21:41:08 2013 +0200
Fix typo
LongoMatch.GUI.Multimedia/Gui/PlayerBin.cs | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/LongoMatch.GUI.Multimedia/Gui/PlayerBin.cs b/LongoMatch.GUI.Multimedia/Gui/PlayerBin.cs
index 75feb03..7dedcca 100644
--- a/LongoMatch.GUI.Multimedia/Gui/PlayerBin.cs
+++ b/LongoMatch.GUI.Multimedia/Gui/PlayerBin.cs
@@ -489,7 +489,7 @@ namespace LongoMatch.Gui
//Console.WriteLine ("Current Time:{0}\n Length:{1}\n",currentTime, streamLength);
if(length != streamLength) {
length = streamLength;
- slength = TimeString.SecondsToMSecondsString(length);
+ slength = TimeString.MSecondsToSecondsString(length);
}
if(InSegment()) {
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]