Merge lp://staging/~dwt/photostory/no-pic into lp://staging/~photostory/photostory/trunk
Proposed by
David Turner
Status: | Merged |
---|---|
Merged at revision: | 11 |
Proposed branch: | lp://staging/~dwt/photostory/no-pic |
Merge into: | lp://staging/~photostory/photostory/trunk |
Diff against target: |
160 lines (+39/-27) (has conflicts) 3 files modified
app.py (+37/-19) data/db (+1/-7) data/num (+1/-1) Text conflict in app.py |
To merge this branch: | bzr merge lp://staging/~dwt/photostory/no-pic |
Related bugs: |
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
Joel Auterson | Approve | ||
Josh Brown | Approve | ||
Review via email: mp+30912@code.staging.launchpad.net |
Description of the change
This branch gets rid of the nopic.png and replaces it with a Label instead (Bug #608370)
Furthermore it extracts a new function setPic() which helps clean up the excessive amounts of "pic.set_from_file" calls.
To post a comment you must log in.
Haven't tested it but the code looks good to me.