summaryrefslogtreecommitdiff
path: root/vdrmanager
diff options
context:
space:
mode:
authorlado <herrlado@gmail.com>2011-11-11 23:00:54 +0100
committerlado <herrlado@gmail.com>2011-11-11 23:00:54 +0100
commit95f563b8be908a023b49d9e9415021b29a5311af (patch)
tree6e608351089b7b826fa966c3a226e47e96889360 /vdrmanager
parent9ce19fcb7163c4d953908316bca93f2de08e2773 (diff)
downloadvdr-manager-95f563b8be908a023b49d9e9415021b29a5311af.tar.gz
vdr-manager-95f563b8be908a023b49d9e9415021b29a5311af.tar.bz2
sorting newest top
Diffstat (limited to 'vdrmanager')
-rw-r--r--vdrmanager/src/de/bjusystems/vdrmanager/gui/TimerListActivity.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/vdrmanager/src/de/bjusystems/vdrmanager/gui/TimerListActivity.java b/vdrmanager/src/de/bjusystems/vdrmanager/gui/TimerListActivity.java
index 2029ed7..cc2c431 100644
--- a/vdrmanager/src/de/bjusystems/vdrmanager/gui/TimerListActivity.java
+++ b/vdrmanager/src/de/bjusystems/vdrmanager/gui/TimerListActivity.java
@@ -127,7 +127,7 @@ public class TimerListActivity extends BaseTimerEditActivity<Timer> implements
protected boolean finishedSuccessImpl() {
adapter.clear();
- sortItemsByTime(results, true);
+ sortItemsByTime(results);
int day = -1;
Calendar cal = Calendar.getInstance();
for (Event e : results) {