##// END OF EJS Templates
prueba 1 ok
ralonso -
r60:61
parent child
Show More
@@ -315,13 +316,14
315 #Creacion del archivo.iso para la grabacion No newline at end of file
316 if self.var_step == 0:
316 if self.var_step == 0: No newline at end of file
317
317 self.var_disc_n += 1 # numero de disco actual para grabacion
318 self.var_disc_n += 1 # numero de disco actual para grabacion
No newline at end of file
318 self.txtInfo.append("Creando el iso del disco numero: "+self.var_disc_n) No newline at end of file
319 No newline at end of file
319
320 #Si ya se grabaron todos los discos No newline at end of file
320 #Si ya se grabaron todos los discos
321 if self.var_disc_n > self.var_Discs: No newline at end of file
321 if self.var_disc_n > self.var_Discs:
322 self.bool_state_burning = False No newline at end of file
322 self.bool_state_burning = False
323 self.txtInfo.append("GRABACION TERMINADA") No newline at end of file
323 self.txtInfo.append("GRABACION TERMINADA")
324 return No newline at end of file
324 return
325
No newline at end of file
326 self.txtInfo.append("Creando el iso del disco numero: "+str(self.var_disc_n)) No newline at end of file
325 No newline at end of file
327
326 #comando para la creacion del archivo.iso No newline at end of file
328 #comando para la creacion del archivo.iso
327 file_dat=var_Rpath_ppath+"/"+self.var_Elabel+"_"+functions.i2s(self.var_disc_n)+".dat" No newline at end of file
329 file_dat=var_Rpath_ppath+"/"+self.var_Elabel+"_"+functions.i2s(self.var_disc_n)+".dat"
@@ -167,6 +167,9
167 <verstretch>0</verstretch> No newline at end of file
167 <verstretch>0</verstretch>
168 </sizepolicy> No newline at end of file
168 </sizepolicy>
169 </property> No newline at end of file
169 </property>
170 <property name="minimum">
No newline at end of file
171 <number>1</number>
No newline at end of file
172 </property> No newline at end of file
170 </widget> No newline at end of file
173 </widget>
171 </item> No newline at end of file
174 </item>
172 </layout> No newline at end of file
175 </layout>
@@ -2,7 +2,7
2 No newline at end of file
2
3 # Form implementation generated from reading ui file '/home/ricardoar/JRO_SVN/eric4/jro_backup_manager/ui/MainWindow.ui' No newline at end of file
3 # Form implementation generated from reading ui file '/home/ricardoar/JRO_SVN/eric4/jro_backup_manager/ui/MainWindow.ui'
4 #
4 #
No newline at end of file
5 # Created: Wed May 19 01:44:24 2010 No newline at end of file
5 # Created: Tue May 18 22:39:04 2010 No newline at end of file
6 # by: PyQt4 UI code generator 4.7.2 No newline at end of file
6 # by: PyQt4 UI code generator 4.7.2
7 # No newline at end of file
7 #
8 # WARNING! All changes made in this file will be lost! No newline at end of file
8 # WARNING! All changes made in this file will be lost!
General Comments 0
You need to be logged in to leave comments. Login now