Merge lp://staging/~donadigo/switchboard/return-to-previous-plug into lp://staging/~elementary-pantheon/switchboard/switchboard
Proposed by
Adam Bieńkowski
Status: | Merged | ||||
---|---|---|---|---|---|
Approved by: | Danielle Foré | ||||
Approved revision: | 574 | ||||
Merged at revision: | 567 | ||||
Proposed branch: | lp://staging/~donadigo/switchboard/return-to-previous-plug | ||||
Merge into: | lp://staging/~elementary-pantheon/switchboard/switchboard | ||||
Diff against target: |
66 lines (+19/-2) 1 file modified
src/Switchboard.vala (+19/-2) |
||||
To merge this branch: | bzr merge lp://staging/~donadigo/switchboard/return-to-previous-plug | ||||
Related bugs: |
|
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
Danielle Foré | Needs Fixing | ||
Review via email: mp+271963@code.staging.launchpad.net |
Commit message
When redirected to an other plug make navigation button return to previous plug.
Description of the change
Fixes bug #1497553. When redirected to an other plug make navigation button return to previous plug. This should support multiple redicretions as previous plugs are stored in the list instead of one variable.
To post a comment you must log in.
Works for me :)
Only thing I can see is that it looks like current code style is to put a space before <> so "Gee.ArrayList< Switchboard. Plug>" becomes "Gee.ArrayList <Switchboard.Plug>"