There is no diff in the attachment - did you send the wrong file?
diff --git a/reportbug/ui/gtk_ui.py b/reportbug/ui/gtk_ui.py
index 25795b3..7348d2a 100644
--- a/reportbug/ui/gtk_ui.py
+++ b/reportbug/ui/gtk_ui.py
@@ -432,7 +432,7 @@ class BugPage(Gtk.EventBox, threading.Thread):
def pulse(self):
_assert_context(ui_context)
self.progress.pulse()
- return self.isAlive()
+ return self.is_alive()
def not_found(self):
_assert_context(ui_context)