This email list is read-only.  Emails sent to this list will be discarded
----------------------------------
 debian/changelog |    5 ++++-
 gui/gui.py       |    1 +
 2 files changed, 5 insertions(+), 1 deletions(-)

New commits:
commit 64ab103b11744e6acaa0eebac9fdda95a1db6995
Author: Prajwal Mohan <[EMAIL PROTECTED]>
Date:   Thu Oct 2 10:03:53 2008 -0700

    Changing progress bar label


Diff in this email is a maximum of 400 lines.
diff --git a/debian/changelog b/debian/changelog
index e6e960d..14243c2 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -42,7 +42,10 @@ moblin-image-creator (0.46) UNRELEASED; urgency=low
   * Updated ja.po.
   * Fixed typo and resolved 
https://bugs.launchpad.net/moblin-image-creator/+bug/199180
 
- -- Mitsutaka Amano <[EMAIL PROTECTED]>  Thu, 02 Oct 2008 16:13:26 +0900
+  [ Prajwal Mohan ]
+  * Changing progress bar label 
+
+ -- Prajwal Mohan <[EMAIL PROTECTED]>  Thu, 02 Oct 2008 10:03:33 -0700
 
 moblin-image-creator (0.45) gaston; urgency=low
 
diff --git a/gui/gui.py b/gui/gui.py
index 0d97218..44179f7 100644
--- a/gui/gui.py
+++ b/gui/gui.py
@@ -656,6 +656,7 @@ class App(object):
         packageGroup = package_group.packageGroup(self.sdk, 
self.current_target())
         groupList = packageGroup.run()
         if groupList:
+            progress_tree.get_widget('progress_label').set_text(_("Installing 
Groups..."))
             self.current_target().installGroups(groupList)
         progress_dialog.destroy()
 
_______________________________________________
Commits mailing list
[email protected]
https://lists.moblin.org/mailman/listinfo/commits

Reply via email to