diff options
-rw-r--r-- | vdrmanager/src/de/bjusystems/vdrmanager/gui/TimerListActivity.java | 2 |
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 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); |