aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lib/isodumper.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/isodumper.py b/lib/isodumper.py
index 4951ae9..6deab83 100644
--- a/lib/isodumper.py
+++ b/lib/isodumper.py
@@ -676,7 +676,7 @@ NTFS or ext. You can specify a volume name and the format in a new dialog box.<B
self.atelier.createLabel(self.formatbox,_("Format the device in FAT, NTFS or ext:"))
self.atelier.createHStretch(self.formatbox)
self.formatbt = self.atelier.createPushButton(self.formatbox, _("&Format the device" ))
- #self.formatbt.setStretchable(0,True)
+ self.formatbt.setDisabled()
self.progressbox = self.atelier.createHBox(self.box)
self.progressbox.setWeight(1,10)
self.progress = self.atelier.createProgressBar(self.progressbox,_("Progression"),100)