Code review comment for lp:~gary-lasker/software-center/add-to-launcher-after-auth-lp972710

Revision history for this message
Michael Vogt (mvo) wrote :

And one more detail, in:
    def on_transactions_changed(self, *args):
I would prefer to have
    def on_transactions_changed(self, backend, pending_transactions):
here to make the code easier to read.

« Back to merge proposal