Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/toolbar.py
diff options
context:
space:
mode:
Diffstat (limited to 'toolbar.py')
-rw-r--r--toolbar.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/toolbar.py b/toolbar.py
index 5d4aab5..35e6ddc 100644
--- a/toolbar.py
+++ b/toolbar.py
@@ -35,6 +35,7 @@ class Toolbar():
self.iniciarB.connect("clicked", view.controller.newGame)
self.iniciarB.show()
self.finalizarB = gtk.Button("Terminar")
+ self.finalizarB.connect("clicked", view.controller.end)
self.finalizarB.show()
self.menu.pack_start(self.alineacion)
self.menu.pack_start(self.categoriaL)