Merge lp:~kiwinote/software-center/fix-icon-updating into lp:software-center

Proposed by Kiwinote
Status: Merged
Merged at revision: 2584
Proposed branch: lp:~kiwinote/software-center/fix-icon-updating
Merge into: lp:software-center
Diff against target: 12 lines (+1/-1)
1 file modified
softwarecenter/ui/gtk3/views/appdetailsview.py (+1/-1)
To merge this branch: bzr merge lp:~kiwinote/software-center/fix-icon-updating
Reviewer Review Type Date Requested Status
Michael Vogt Pending
Review via email: mp+84103@code.launchpad.net

Description of the change

it seems that the appdetailsview cleanup caused _update_app_icon() to no longer be called in update_all() - assuming that that was unintentional this branch restores the old behaviour again

To post a comment you must log in.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'softwarecenter/ui/gtk3/views/appdetailsview.py'
2--- softwarecenter/ui/gtk3/views/appdetailsview.py 2011-11-29 19:54:03 +0000
3+++ softwarecenter/ui/gtk3/views/appdetailsview.py 2011-12-01 13:37:26 +0000
4@@ -1314,7 +1314,7 @@
5
6 self._update_layout_error_status(pkg_ambiguous_error)
7 self._update_title_markup(appname, summary)
8-
9+ self._update_app_icon(app_details)
10 self._update_app_description(app_details, app_details.pkgname)
11 self._update_description_footer_links(app_details)
12 self._update_app_screenshot(app_details)

Subscribers

People subscribed via source and target branches