Merge lp:~mzanetti/ubuntu-system-settings/drop-reboot-label-in-launcher-reset into lp:ubuntu-system-settings

Proposed by Michael Zanetti
Status: Merged
Approved by: Sebastien Bacher
Approved revision: 1099
Merged at revision: 1171
Proposed branch: lp:~mzanetti/ubuntu-system-settings/drop-reboot-label-in-launcher-reset
Merge into: lp:ubuntu-system-settings
Prerequisite: lp:~mzanetti/ubuntu-system-settings/update-reset-launcher
Diff against target: 15 lines (+0/-6)
1 file modified
plugins/reset/ResetLauncherHome.qml (+0/-6)
To merge this branch: bzr merge lp:~mzanetti/ubuntu-system-settings/drop-reboot-label-in-launcher-reset
Reviewer Review Type Date Requested Status
PS Jenkins bot continuous-integration Needs Fixing
Sebastien Bacher (community) Approve
Review via email: mp+236876@code.launchpad.net

This proposal supersedes a proposal from 2014-10-02.

Commit message

Drop reboot notification label on launcher reset.

To post a comment you must log in.
Revision history for this message
Sebastien Bacher (seb128) wrote :

Thanks, let's try to have it in a silo with the corresponding unity changes then (or land it after unity8), though it's only a label so it wouldn't be too buggy to land it out of sync

review: Approve
Revision history for this message
PS Jenkins bot (ps-jenkins) wrote :
review: Needs Fixing (continuous-integration)

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'plugins/reset/ResetLauncherHome.qml'
2--- plugins/reset/ResetLauncherHome.qml 2014-10-02 13:10:35 +0000
3+++ plugins/reset/ResetLauncherHome.qml 2014-10-02 13:10:35 +0000
4@@ -55,11 +55,5 @@
5 text: i18n.tr("Cancel")
6 onClicked: PopupUtils.close(dialog)
7 }
8- Label {
9- text: i18n.tr("The phone needs to restart for changes to take effect.")
10- width: parent.width
11- wrapMode: Text.Wrap
12- horizontalAlignment: Text.AlignHCenter
13- }
14 }
15 }

Subscribers

People subscribed via source and target branches