summaryrefslogtreecommitdiff
path: root/vdrmanager/src
diff options
context:
space:
mode:
authorlado <herrlado@gmail.com>2013-03-14 11:26:12 +0100
committerlado <herrlado@gmail.com>2013-03-14 11:26:12 +0100
commite81fa6d1fc905c67d2a68b33f11dc1bbe1344a24 (patch)
tree61460f86ab3ca098f65754d44384d73c45b56f7f /vdrmanager/src
parent9b6dc78f1c58ffb1a870454406244095ea736225 (diff)
downloadvdr-manager-e81fa6d1fc905c67d2a68b33f11dc1bbe1344a24.tar.gz
vdr-manager-e81fa6d1fc905c67d2a68b33f11dc1bbe1344a24.tar.bz2
no live tv
Diffstat (limited to 'vdrmanager/src')
-rw-r--r--vdrmanager/src/de/bjusystems/vdrmanager/gui/RecordingListActivity.java4
1 files changed, 2 insertions, 2 deletions
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<Recording>
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