Skip to content

Commit

Permalink
Clean up queue after transaction execution
Browse files Browse the repository at this point in the history
  • Loading branch information
anaselli committed Oct 23, 2016
1 parent d920627 commit bb6edcf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions dnfdragora/ui.py
Original file line number Diff line number Diff line change
Expand Up @@ -705,6 +705,7 @@ def handleevent(self):
print(result)
rc, result = self.backend.RunTransaction()
self.release_root_backend()
self.packageQueue.clear()
self.backend.reload()

sel = self.tree.selectedItem()
Expand Down

0 comments on commit bb6edcf

Please sign in to comment.