Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/utils.py
diff options
context:
space:
mode:
authorIgnacio Rodríguez <ignaciorodriguez@sugarlabs.org>2012-12-21 17:15:04 (GMT)
committer Ignacio Rodríguez <ignaciorodriguez@sugarlabs.org>2012-12-21 17:15:04 (GMT)
commitb0b17127ec1c48e46d41bb020125bfb22bbf35e5 (patch)
treeb6a30637b4ba851d83481e388a8e5900c345b269 /utils.py
parentf5019bfa58802eba75853b0071d0c7219c720aba (diff)
Editados algunos cambios.
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 #