From 0e2a6560998e8c78fc28ca78938bb5913674d280 Mon Sep 17 00:00:00 2001 From: lado Date: Fri, 14 Feb 2014 13:57:34 +0100 Subject: vps --- vdrmanager/src/de/bjusystems/vdrmanager/gui/TimerListActivity.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'vdrmanager/src') diff --git a/vdrmanager/src/de/bjusystems/vdrmanager/gui/TimerListActivity.java b/vdrmanager/src/de/bjusystems/vdrmanager/gui/TimerListActivity.java index 89408dc..fb1a1c6 100644 --- a/vdrmanager/src/de/bjusystems/vdrmanager/gui/TimerListActivity.java +++ b/vdrmanager/src/de/bjusystems/vdrmanager/gui/TimerListActivity.java @@ -46,7 +46,7 @@ OnItemClickListener { // setContentView(getMainLayout()); // create an adapter - adapter = new TimeEventAdapter(this); + adapter = new TimerEventAdapter(this); // attach adapter to ListView listView = (ListView) findViewById(R.id.timer_list); -- cgit v1.2.3