[longomatch] Use the name directly
- From: Andoni Morales Alastruey <amorales src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [longomatch] Use the name directly
- Date: Fri, 17 Apr 2015 16:26:42 +0000 (UTC)
commit 6070d8800de854da720d9dfdf7d9261f01a8b61f
Author: Jorge Zapata <jorgeluis zapata gmail com>
Date: Tue Apr 14 13:19:11 2015 +0200
Use the name directly
.../CanvasObjects/Dashboard/TimerObject.cs | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/LongoMatch.Drawing/CanvasObjects/Dashboard/TimerObject.cs
b/LongoMatch.Drawing/CanvasObjects/Dashboard/TimerObject.cs
index 1aebfaa..b5a799a 100644
--- a/LongoMatch.Drawing/CanvasObjects/Dashboard/TimerObject.cs
+++ b/LongoMatch.Drawing/CanvasObjects/Dashboard/TimerObject.cs
@@ -139,7 +139,7 @@ namespace LongoMatch.Drawing.CanvasObjects.Dashboard
Button.Width, Button.Height - iconImage.Height,
PartialTime.ToSecondsString (), false, true);
} else {
- Text = Button.Timer.Name;
+ Text = Button.Name;
DrawText (tk);
Text = null;
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]