Verified Kaydet (Commit) 7679c4e2 authored tarafından Erdem Ersoy's avatar Erdem Ersoy

Oops!

Fix an error when uninstalling
üst b1d68b7c
......@@ -230,7 +230,7 @@ class UninstallWindow(object):
return False
def progress_bar_update(self, transaction_progress):
GLib.idle_add(self.InstallProgressBar.set_fraction,
GLib.idle_add(self.UninstallProgressBar.set_fraction,
float(transaction_progress.get_progress()) / 100.0,
priority=GLib.PRIORITY_DEFAULT)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment