Augmentation de la largeur du champ NVRAM.

darcs-hash:20061208061008-68412-c877771473074af3530226e4d493142f1fba7509.gz
This commit is contained in:
glondu 2006-12-08 07:10:08 +01:00
parent b3e305578b
commit e937ed8613

View file

@ -1173,7 +1173,7 @@ def set_wifi(machine):
arg += u'"Position E :" 3 29 "%s" 3 42 12 0 ' % "" arg += u'"Position E :" 3 29 "%s" 3 42 12 0 ' % ""
arg += u'"Hotspot :" 4 1 "%s" 4 10 5 0 ' % (machine.hotspot() and 'oui' or 'non') arg += u'"Hotspot :" 4 1 "%s" 4 10 5 0 ' % (machine.hotspot() and 'oui' or 'non')
arg += u'"Nvram (cf wiki) :" 5 1 "%s" 6 1 50 0 ' % ', '.join(machine.nvram()) arg += u'"Nvram (cf wiki) :" 5 1 "%s" 6 1 100 0 ' % ', '.join(machine.nvram())
# Affichage # Affichage
annul, result = dialog(arg) annul, result = dialog(arg)