Merge lp:~verzegnassi-stefano/openstore/fix-uninstallable-apps-when-update into lp:openstore

Proposed by Stefano Verzegnassi
Status: Merged
Merged at revision: 30
Proposed branch: lp:~verzegnassi-stefano/openstore/fix-uninstallable-apps-when-update
Merge into: lp:openstore
Diff against target: 12 lines (+1/-1)
1 file modified
openstore/AppDetailsPage.qml (+1/-1)
To merge this branch: bzr merge lp:~verzegnassi-stefano/openstore/fix-uninstallable-apps-when-update
Reviewer Review Type Date Requested Status
Brian Douglass Approve
Review via email: mp+324498@code.launchpad.net

Commit message

Fixed uninstallable apps when an update is available

Description of the change

Fixed uninstallable apps when an update is available

To post a comment you must log in.
Revision history for this message
Brian Douglass (bhdouglass) wrote :

Looks good to me

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'openstore/AppDetailsPage.qml'
2--- openstore/AppDetailsPage.qml 2017-05-20 10:14:40 +0000
3+++ openstore/AppDetailsPage.qml 2017-05-23 17:36:48 +0000
4@@ -90,7 +90,7 @@
5 visible: app.installed
6 color: UbuntuColors.red
7 onClicked: {
8- appModel.installer.removePackage(app.appId, app.version)
9+ appModel.installer.removePackage(app.appId, app.installedVersion)
10 }
11 }
12 }

Subscribers

People subscribed via source and target branches