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

Fix changing menu items after uninstalling

üst 173f6f5e
......@@ -168,6 +168,11 @@ class UninstallWindow(object):
priority=GLib.PRIORITY_DEFAULT)
time.sleep(0.2)
GLib.idle_add(self.Selection.unselect_iter,
self.TreeIter,
priority=GLib.PRIORITY_DEFAULT)
time.sleep(0.2)
self.SearchFilter.refilter()
time.sleep(0.3)
......
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