Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/utils.py
diff options
context:
space:
mode:
Diffstat (limited to 'utils.py')
-rw-r--r--utils.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/utils.py b/utils.py
index 316b39d..7ba4a50 100644
--- a/utils.py
+++ b/utils.py
@@ -65,7 +65,7 @@ class Abrir():
except:
Ventana.destroy()
- elif Echo == gtk.RESPONSE_CANCEL:
+ if Echo == gtk.RESPONSE_CANCEL:
Ventana.destroy()
@@ -83,7 +83,7 @@ class Abrir_Directorio():
texto.set_text(File)
texto.show()
estado = False
- elif Echo == gtk.RESPONSE_CANCEL:
+ if Echo == gtk.RESPONSE_CANCEL:
box.hide()
Ventana.destroy()
#COPIADO DE JAMEDIA - FLAVIO DANESSE #