Merge lp://staging/~mvo/software-center/click_url into lp://staging/software-center/5.2
Proposed by
Michael Vogt
Status: | Merged |
---|---|
Merged at revision: | 3059 |
Proposed branch: | lp://staging/~mvo/software-center/click_url |
Merge into: | lp://staging/software-center/5.2 |
Diff against target: |
110 lines (+44/-7) 4 files modified
softwarecenter/backend/scagent.py (+3/-0) softwarecenter/ui/gtk3/views/catview_gtk.py (+11/-4) softwarecenter/ui/gtk3/widgets/exhibits.py (+1/-2) test/gtk3/test_catview.py (+29/-1) |
To merge this branch: | bzr merge lp://staging/~mvo/software-center/click_url |
Related bugs: |
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
Gary Lasker (community) | Approve | ||
Review via email: mp+113079@code.staging.launchpad.net |
Description of the change
This small branch adds support for a "click_url" from the exhibits banner to support banners for things like the humble-bundle where we don't have packages but URLs.
To post a comment you must log in.
Hi Michael, this code looks good and the test case seems good. Were you by chance able to test this in the "real world" using a banner with a click_url value from the agent? In any case, this is straightforward and seems fine and so I will set this to approved and merge it.
Many thanks!