summaryrefslogtreecommitdiff
path: root/vdrmanager
diff options
context:
space:
mode:
authorlado <herrlado@gmail.com>2011-11-06 23:45:06 +0100
committerlado <herrlado@gmail.com>2011-11-06 23:45:06 +0100
commit005d16d6635fc1e1ff2e68ac3dc4933bb2a3dae5 (patch)
tree4ff26618d9ebfef6a6257fe71622dccd06a982ed /vdrmanager
parenta4e3ab13a1ff628715325d15f56ed5043ccf482d (diff)
downloadvdr-manager-005d16d6635fc1e1ff2e68ac3dc4933bb2a3dae5.tar.gz
vdr-manager-005d16d6635fc1e1ff2e68ac3dc4933bb2a3dae5.tar.bz2
connection check
Diffstat (limited to 'vdrmanager')
-rw-r--r--vdrmanager/src/de/bjusystems/vdrmanager/gui/RecordingListActivity.java1
-rw-r--r--vdrmanager/src/de/bjusystems/vdrmanager/gui/TimerListActivity.java1
2 files changed, 0 insertions, 2 deletions
diff --git a/vdrmanager/src/de/bjusystems/vdrmanager/gui/RecordingListActivity.java b/vdrmanager/src/de/bjusystems/vdrmanager/gui/RecordingListActivity.java
index 4ddca83..314e36c 100644
--- a/vdrmanager/src/de/bjusystems/vdrmanager/gui/RecordingListActivity.java
+++ b/vdrmanager/src/de/bjusystems/vdrmanager/gui/RecordingListActivity.java
@@ -121,7 +121,6 @@ public class RecordingListActivity extends BaseEventListActivity<Recording>
if (checkInternetConnection() == false) {
- switchNoConnection();
return;
}
diff --git a/vdrmanager/src/de/bjusystems/vdrmanager/gui/TimerListActivity.java b/vdrmanager/src/de/bjusystems/vdrmanager/gui/TimerListActivity.java
index b9d8ee1..094e5be 100644
--- a/vdrmanager/src/de/bjusystems/vdrmanager/gui/TimerListActivity.java
+++ b/vdrmanager/src/de/bjusystems/vdrmanager/gui/TimerListActivity.java
@@ -69,7 +69,6 @@ public class TimerListActivity extends BaseTimerEditActivity<Timer> implements
private void startTimerQuery() {
if (checkInternetConnection() == false) {
- switchNoConnection();
return;
}