Merge lp://staging/~diwic/unity-control-center/lp1376776 into lp://staging/unity-control-center
Proposed by
David Henningsson
Status: | Merged |
---|---|
Approved by: | Sebastien Bacher |
Approved revision: | 12796 |
Merged at revision: | 12796 |
Proposed branch: | lp://staging/~diwic/unity-control-center/lp1376776 |
Merge into: | lp://staging/unity-control-center |
Diff against target: |
28 lines (+6/-3) 1 file modified
panels/sound/gvc-mixer-dialog.c (+6/-3) |
To merge this branch: | bzr merge lp://staging/~diwic/unity-control-center/lp1376776 |
Related bugs: |
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
PS Jenkins bot (community) | continuous-integration | Approve | |
Sebastien Bacher | Approve | ||
Review via email: mp+241530@code.staging.launchpad.net |
Commit message
When the treeview is programmatically updated, the treeview fires a signal that the active item has changed. To distinguish this from a user click, we check the active flag. This was done for output but not for input. (LP: #1376776)
Description of the change
When the treeview is programmatically updated, the treeview fires a signal that the active item has changed. To distinguish this from a user click, we check the active flag. This was done for output but not for input. (LP: #1376776)
To post a comment you must log in.
thanks!