Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/CaminoAlaPlata.py
diff options
context:
space:
mode:
Diffstat (limited to 'CaminoAlaPlata.py')
-rw-r--r--CaminoAlaPlata.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/CaminoAlaPlata.py b/CaminoAlaPlata.py
index 7029663..2595074 100644
--- a/CaminoAlaPlata.py
+++ b/CaminoAlaPlata.py
@@ -56,7 +56,7 @@ class CaminoAlaPlata(gtk.Window):
def delete_event(self, widget, event, data=None):
self.salir()
- return False
+ return False
def salir(self, widget= None, event= None):
sys.exit(0)