From e81fa6d1fc905c67d2a68b33f11dc1bbe1344a24 Mon Sep 17 00:00:00 2001 From: lado Date: Thu, 14 Mar 2013 11:26:12 +0100 Subject: no live tv --- .../src/de/bjusystems/vdrmanager/gui/RecordingListActivity.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'vdrmanager/src') diff --git a/vdrmanager/src/de/bjusystems/vdrmanager/gui/RecordingListActivity.java b/vdrmanager/src/de/bjusystems/vdrmanager/gui/RecordingListActivity.java index 84509f6..27ec91b 100644 --- a/vdrmanager/src/de/bjusystems/vdrmanager/gui/RecordingListActivity.java +++ b/vdrmanager/src/de/bjusystems/vdrmanager/gui/RecordingListActivity.java @@ -167,9 +167,9 @@ public class RecordingListActivity extends BaseEventListActivity super.onCreateContextMenu(menu, v, menuInfo); // // http://projects.vdr-developer.org/issues/863 - if (Utils.isLive(item)) { + //if (Utils.isLive(item)) { menu.removeItem(R.id.epg_item_menu_live_tv); - } + //} } @Override -- cgit v1.2.3