Merge lp://staging/~jaapz-b/switchboard/fix-1082691 into lp://staging/~elementary-pantheon/switchboard/switchboard
Proposed by
Jaap Broekhuizen
Status: | Merged |
---|---|
Approved by: | Mario Guerriero |
Approved revision: | 345 |
Merged at revision: | 345 |
Proposed branch: | lp://staging/~jaapz-b/switchboard/fix-1082691 |
Merge into: | lp://staging/~elementary-pantheon/switchboard/switchboard |
Diff against target: |
128 lines (+29/-14) 2 files modified
Switchboard/switchboard-app.vala (+5/-0) Switchboard/switchboard-categoryview.vala (+24/-14) |
To merge this branch: | bzr merge lp://staging/~jaapz-b/switchboard/fix-1082691 |
Related bugs: |
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
David Gomes (community) | Needs Fixing | ||
Review via email: mp+136017@code.staging.launchpad.net |
To post a comment you must log in.
category_ plugs.set_ item_width( ITEM_WIDTH) ; plugs.selection _changed. connect (() => on_selection_ changed( category_ plugs, filtered));
category_
Spaces missing before '('s there.