Merge lp://staging/~a-j-buxton/xfpanel-switch/missing-source into lp://staging/~xfpanel-switch-dev/xfpanel-switch/trunk
Proposed by
Alistair Buxton
Status: | Merged | ||||
---|---|---|---|---|---|
Merged at revision: | 136 | ||||
Proposed branch: | lp://staging/~a-j-buxton/xfpanel-switch/missing-source | ||||
Merge into: | lp://staging/~xfpanel-switch-dev/xfpanel-switch/trunk | ||||
Diff against target: |
20 lines (+2/-1) 1 file modified
xfpanel-switch/panelconfig.py (+2/-1) |
||||
To merge this branch: | bzr merge lp://staging/~a-j-buxton/xfpanel-switch/missing-source | ||||
Related bugs: |
|
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
Sean Davis | Approve | ||
Review via email: mp+343251@code.staging.launchpad.net |
Commit message
There are three ways to create a PanelConfig object:
1. PanelConfig()
2. PanelConfig.
3. PanelConfig.
The two factory functions set the source attribute on the new object,
but directly calling the constructor did not.
This pair of patches sets source to None in the constructor, and adds
a default value of None when the source is checked.
Fixes LP:1762779.
To post a comment you must log in.
Everything checks out.