[bitbake-devel] [PATCH] hob/retrieveimagedialog: change labels

Cristiana Voicu cristiana.voicu at intel.com
Fri Aug 16 08:48:00 UTC 2013


Some labels needed to be changed in order to respect the convention.

[YOCTO #4999]
Signed-off-by: Cristiana Voicu <cristiana.voicu at intel.com>
---
 .../lib/bb/ui/crumbs/hig/retrieveimagedialog.py    |    4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/bitbake/lib/bb/ui/crumbs/hig/retrieveimagedialog.py b/bitbake/lib/bb/ui/crumbs/hig/retrieveimagedialog.py
index 060b4fd..9017139 100644
--- a/bitbake/lib/bb/ui/crumbs/hig/retrieveimagedialog.py
+++ b/bitbake/lib/bb/ui/crumbs/hig/retrieveimagedialog.py
@@ -43,7 +43,9 @@ class RetrieveImageDialog (gtk.FileChooserDialog):
             vbox.get_children()[0].get_children()[0].get_children()[0].remove(child)
 
         label1 = gtk.Label()
-        label1.set_text("File system:  " + self.directory)
+        label1.set_text("File system" + self.directory)
         label1.show()
         vbox.get_children()[0].get_children()[0].get_children()[0].pack_start(label1, expand=False, fill=False, padding=0)
         vbox.get_children()[0].get_children()[1].get_children()[0].hide()
+
+        self.get_children()[0].get_children()[1].get_children()[0].set_label("Select")
-- 
1.7.9.5




More information about the bitbake-devel mailing list