Merge lp://staging/~aacid/unity-2d/panel_disabled_status into lp://staging/unity-2d
Proposed by
Albert Astals Cid
Status: | Merged | ||||
---|---|---|---|---|---|
Approved by: | Gerry Boland | ||||
Approved revision: | 1111 | ||||
Merged at revision: | 1118 | ||||
Proposed branch: | lp://staging/~aacid/unity-2d/panel_disabled_status | ||||
Merge into: | lp://staging/unity-2d | ||||
Diff against target: |
72 lines (+16/-2) 4 files modified
libunity-2d-private/src/indicatorentrywidget.cpp (+6/-1) libunity-2d-private/src/indicatorentrywidget.h (+2/-0) libunity-2d-private/src/indicatorsmanager.cpp (+4/-1) tests/manual-tests/panel.txt (+4/-0) |
||||
To merge this branch: | bzr merge lp://staging/~aacid/unity-2d/panel_disabled_status | ||||
Related bugs: |
|
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
jenkins (community) | continuous-integration | Approve | |
Gerry Boland (community) | Needs Fixing | ||
Review via email: mp+107364@code.staging.launchpad.net |
Commit message
[panel] Only obey the click/hover in a menu entry if it is sensitive (i.e. isn't disabled)
Description of the change
[panel] Only obey the click/hover in a menu entry if it is sensitive
To post a comment you must log in.
Improvement, yes. But the disabled menubar entry should also be greyed out as it's confusing now.