~mmcg069/software-center/reviews-and-netstatus

« back to all changes in this revision

Viewing changes to softwarecenter/view/appdetailsview_webkit.py

  • Committer: Matthew McGowan
  • Date: 2011-01-21 21:45:18 UTC
  • mfrom: (1354.2.56 trunk)
  • Revision ID: matthew.joseph.mcgowan@gmail.com-20110121214518-z1a23pr59zruo6y3
merge w trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
335
335
        self.install()
336
336
 
337
337
    # internal callback
338
 
    def _on_transaction_started(self, backend):
 
338
    def _on_transaction_started(self, backend, pkgname):
339
339
        self._set_action_button_sensitive(False)
340
340
    def _on_transaction_stopped(self, backend):
341
341
        self._set_action_button_sensitive(True)