[jhbuild: 10/60] [gui] fix end_build prototype
- From: Frederic Peters <fpeters src gnome org>
- To: svn-commits-list gnome org
- Subject: [jhbuild: 10/60] [gui] fix end_build prototype
- Date: Sat, 6 Jun 2009 09:48:27 -0400 (EDT)
commit 17499b5f891c73eb3a9ee8cf48bd94f505930134
Author: Frédéric Péters <fpeters 0d be>
Date: Sat May 16 22:26:41 2009 +0200
[gui] fix end_build prototype
---
jhbuild/frontends/gtkui.py | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/jhbuild/frontends/gtkui.py b/jhbuild/frontends/gtkui.py
index 05869fe..df793a1 100644
--- a/jhbuild/frontends/gtkui.py
+++ b/jhbuild/frontends/gtkui.py
@@ -183,7 +183,7 @@ class AppWindow(gtk.Window, buildscript.BuildScript):
self.build_button.set_sensitive(False)
self.module_hbox.set_sensitive(False)
- def end_build(self):
+ def end_build(self, failures):
self.build_button.set_sensitive(True)
self.module_hbox.set_sensitive(True)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]