~evfool/software-center/fixnavigation

« back to all changes in this revision

Viewing changes to softwarecenter/ui/qml/DetailsView.qml

  • Committer: Michael Vogt
  • Date: 2011-06-15 13:02:35 UTC
  • Revision ID: michael.vogt@ubuntu.com-20110615130235-sezfjip8n5zlxhwa
fix reviews loading in the qml version

Show diffs side-by-side

added added

removed removed

Lines of Context:
213
213
    function unloadThumbnail() {
214
214
        screenshotthumb.source = ""
215
215
    }
 
216
    function loadReviews() {
 
217
         reviewslistmodel.getReviews(list.currentItem.pkgname)
 
218
    }
216
219
 
217
220
    Rectangle {
218
221
        id: screenshotview