Merge lp:~albaguirre/ubuntu-touch-session/remove-power-off-delay-arg into lp:ubuntu-touch-session

Proposed by Alberto Aguirre
Status: Merged
Approved by: Oliver Grawert
Approved revision: 202
Merged at revision: 206
Proposed branch: lp:~albaguirre/ubuntu-touch-session/remove-power-off-delay-arg
Merge into: lp:ubuntu-touch-session
Diff against target: 9 lines (+1/-1)
1 file modified
usc-wrapper (+1/-1)
To merge this branch: bzr merge lp:~albaguirre/ubuntu-touch-session/remove-power-off-delay-arg
Reviewer Review Type Date Requested Status
Michael Terry Approve
Review via email: mp+224469@code.launchpad.net

Commit message

Remove usc-wrapper power-off-delay argument

Description of the change

Remove usc-wrapper power-off-delay argument as it's not needed anymore.

To post a comment you must log in.
Revision history for this message
Michael Terry (mterry) wrote :

LGTM

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'usc-wrapper'
2--- usc-wrapper 2014-06-18 16:22:54 +0000
3+++ usc-wrapper 2014-06-25 15:42:39 +0000
4@@ -5,4 +5,4 @@
5 . /etc/environment
6 export ANDROID_ROOT
7
8-exec unity-system-compositor --spinner=/usr/bin/unity-system-compositor-spinner --power-off-delay=500 $@
9+exec unity-system-compositor --spinner=/usr/bin/unity-system-compositor-spinner $@

Subscribers

People subscribed via source and target branches