[jhbuild: 11/60] [gui] update progress bar text on completion



commit 7fbafdbffde31db641fac83e07e432062ecef5cf
Author: Frédéric Péters <fpeters 0d be>
Date:   Sat May 16 22:33:04 2009 +0200

    [gui] update progress bar text on completion
---
 jhbuild/frontends/gtkui.py |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/jhbuild/frontends/gtkui.py b/jhbuild/frontends/gtkui.py
index df793a1..2f8b741 100644
--- a/jhbuild/frontends/gtkui.py
+++ b/jhbuild/frontends/gtkui.py
@@ -184,6 +184,7 @@ class AppWindow(gtk.Window, buildscript.BuildScript):
         self.module_hbox.set_sensitive(False)
 
     def end_build(self, failures):
+        self.progressbar.set_text(_('Build Completed'))
         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]