Comment 3 for bug 349639

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

Thanks for your bugreport.

Could you please find the attached patch? I commited it to karmic, it shoudl fix the issue.

=== modified file 'softwareproperties/gtk/DialogCacheOutdated.py'
--- softwareproperties/gtk/DialogCacheOutdated.py 2007-01-20 07:32:49 +0000
+++ softwareproperties/gtk/DialogCacheOutdated.py 2009-07-13 14:00:27 +0000
@@ -67,6 +68,6 @@
             while lock.locked():
                 while gtk.events_pending():
                     gtk.main_iteration()
- time.sleep(0.05)
+ time.sleep(0.05)
             self.parent.set_sensitive(True)
         return res