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
=== modified file 'qml/Launcher/LauncherPanel.qml'
--- qml/Launcher/LauncherPanel.qml 2015-02-05 14:03:32 +0000
+++ qml/Launcher/LauncherPanel.qml 2015-02-20 16:32:49 +0000
@@ -176,7 +176,7 @@
176 height: itemHeight176 height: itemHeight
177 iconName: model.icon177 iconName: model.icon
178 count: model.count178 count: model.count
179 countVisible: model.countVisible179 countVisible: model.countVisible && model.appId !== "ubuntu-system-settings"
180 progress: model.progress180 progress: model.progress
181 itemFocused: model.focused181 itemFocused: model.focused
182 inverted: root.inverted182 inverted: root.inverted

Subscribers

People subscribed via source and target branches