The problem is in:
UpdateManager/UpdateManager.py:
def on_treeview_update_cursor_changed(self, widget):
...
id = button.connect("clicked",
lambda w,lock: lock.release(), lock)
# wait for the dl-thread
while lock.locked():
time.sleep(0.05)
while gtk.events_pending():
gtk.main_iteration()
...
it looks like the main_iteration() can cause re-entrace of this function
and that confuses the bottom bits.
** Changed in: update-manager (Ubuntu)
Status: New => Confirmed
--
update-manager bug when loading Changes is slow
https://bugs.launchpad.net/bugs/133139
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.
--
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs