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