Merge lp:~mzanetti/unity8/hide-settings-count-emblem into lp:unity8

Proposed by Michael Zanetti
Status: Rejected
Rejected by: Michael Zanetti
Proposed branch: lp:~mzanetti/unity8/hide-settings-count-emblem
Merge into: lp:unity8
Diff against target: 12 lines (+1/-1)
1 file modified
qml/Launcher/LauncherPanel.qml (+1/-1)
To merge this branch: bzr merge lp:~mzanetti/unity8/hide-settings-count-emblem
Reviewer Review Type Date Requested Status
Unity Team Pending
Review via email: mp+250473@code.launchpad.net

Commit message

Don't merge - hide the update notification in the launcher

Description of the change

MP required for silo build

To post a comment you must log in.

Unmerged revisions

1620. By Michael Zanetti

hack to not show the update count emblem on the system settings icon in the launcher

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'qml/Launcher/LauncherPanel.qml'
2--- qml/Launcher/LauncherPanel.qml 2015-02-05 14:03:32 +0000
3+++ qml/Launcher/LauncherPanel.qml 2015-02-20 16:32:49 +0000
4@@ -176,7 +176,7 @@
5 height: itemHeight
6 iconName: model.icon
7 count: model.count
8- countVisible: model.countVisible
9+ countVisible: model.countVisible && model.appId !== "ubuntu-system-settings"
10 progress: model.progress
11 itemFocused: model.focused
12 inverted: root.inverted

Subscribers

People subscribed via source and target branches