[longomatch] Fix thinko. for "start time" use SortByStartTime
- From: Andoni Morales Alastruey <amorales src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [longomatch] Fix thinko. for "start time" use SortByStartTime
- Date: Sun, 12 Sep 2010 21:14:47 +0000 (UTC)
commit 6a5baf793e97d46bce3e6754f16835e536b22c49
Author: Andoni Morales Alastruey <ylatuya gmail com>
Date: Sun Sep 12 22:59:19 2010 +0200
Fix thinko. for "start time" use SortByStartTime
LongoMatch/Gui/TreeView/PlaysTreeView.cs | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/LongoMatch/Gui/TreeView/PlaysTreeView.cs b/LongoMatch/Gui/TreeView/PlaysTreeView.cs
index 291ab8d..587ca13 100644
--- a/LongoMatch/Gui/TreeView/PlaysTreeView.cs
+++ b/LongoMatch/Gui/TreeView/PlaysTreeView.cs
@@ -180,7 +180,7 @@ namespace LongoMatch.Gui.Component
if (sender == sortByName)
category.SortMethod = SortMethodType.SortByName;
else if (sender == sortByStart)
- category.SortMethod = SortMethodType.SortByName;
+ category.SortMethod = SortMethodType.SortByStartTime;
else if (sender == sortByStop)
category.SortMethod = SortMethodType.SortByStopTime;
else
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]