summaryrefslogtreecommitdiff
path: root/vdrmanager/src/de/bjusystems
diff options
context:
space:
mode:
authorlado <herrlado@gmail.com>2012-02-02 17:10:06 +0100
committerlado <herrlado@gmail.com>2012-02-02 17:10:06 +0100
commite0ddb08f3fcf0432c03ff16840c811b416add4ca (patch)
treee8d8c56d42f38f895c6c9dc1dafa95cc6cb8a073 /vdrmanager/src/de/bjusystems
parent98e99302177cdd012b05fddb508e23f5bd7d6cf3 (diff)
downloadvdr-manager-e0ddb08f3fcf0432c03ff16840c811b416add4ca.tar.gz
vdr-manager-e0ddb08f3fcf0432c03ff16840c811b416add4ca.tar.bz2
edit timer title
Diffstat (limited to 'vdrmanager/src/de/bjusystems')
-rw-r--r--vdrmanager/src/de/bjusystems/vdrmanager/gui/TimerDetailsActivity.java2
1 files changed, 2 insertions, 0 deletions
diff --git a/vdrmanager/src/de/bjusystems/vdrmanager/gui/TimerDetailsActivity.java b/vdrmanager/src/de/bjusystems/vdrmanager/gui/TimerDetailsActivity.java
index c085442..599d18d 100644
--- a/vdrmanager/src/de/bjusystems/vdrmanager/gui/TimerDetailsActivity.java
+++ b/vdrmanager/src/de/bjusystems/vdrmanager/gui/TimerDetailsActivity.java
@@ -178,11 +178,13 @@ public class TimerDetailsActivity extends Activity implements OnClickListener,
break;
}
case R.id.timer_details_modify:
+ timer.setTitle(tView.title.getText().toString());
modifyTimer(timer);
//say(R.string.done);
break;
case R.id.timer_details_save: {
+ timer.setTitle(tView.title.getText().toString());
createTimer(timer);
//say(R.string.done);
break;