@@ -257,6 +257,7 | |||
|
257 | 257 | No newline at end of file |
|
258 | 258 | return var_lines No newline at end of file |
|
259 | 259 | No newline at end of file |
|
260 | #---------------------------------------comandos para el proceso de grabacion ------------------------------------------ No newline at end of file | |
|
260 | 261 | def cmd_iso(self): No newline at end of file |
|
261 | 262 | var_Rpath_ppath=self.var_Rpath+"/ppath" No newline at end of file |
|
262 | 263 | var_Rpath_iso=self.var_Rpath+"/iso" No newline at end of file |
@@ -52,8 +52,6 | |||
|
52 | 52 | #----------------------------------- expulsa los dispositivos de grabacion -------------------------------------------- No newline at end of file |
|
53 | 53 | No newline at end of file |
|
54 | 54 | def eject_devices(self): |
|
No newline at end of file | ||
|
55 | self.txtInfo.append("Ejecting recording devices") | |
|
No newline at end of file | ||
|
56 | return No newline at end of file | |
|
57 | 55 | for var_dev in self.var_devices: No newline at end of file |
|
58 | 56 | var_cmd = 'eject ' + var_dev No newline at end of file |
|
59 | 57 | commands.getstatusoutput(var_cmd) No newline at end of file |
@@ -32,6 +32,8 | |||
|
32 | 32 | No newline at end of file |
|
33 | 33 | def setupUi2(self): No newline at end of file |
|
34 | 34 | No newline at end of file |
|
35 | self.var_real = False | |
|
No newline at end of file | ||
|
36 | No newline at end of file | |
|
35 | 37 | # Reconocimiento de los dispositivos de grabacion No newline at end of file |
|
36 | 38 | # functions2.detect_devices(self) #busca los dispositivos de grabacion No newline at end of file |
|
37 | 39 | #################################### No newline at end of file |
@@ -6,7 +6,7 | |||
|
6 | 6 | <rect> No newline at end of file |
|
7 | 7 | <x>0</x> No newline at end of file |
|
8 | 8 | <y>0</y> |
|
9 | No newline at end of file | |
|
9 | <width>621</width> No newline at end of file | |
|
10 | 10 | <height>717</height> No newline at end of file |
|
11 | 11 | </rect> No newline at end of file |
|
12 | 12 | </property> No newline at end of file |
General Comments 0
You need to be logged in to leave comments.
Login now