Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorIgnacio Rodríguez <ignaciorodriguez@sugarlabs.org>2013-03-23 00:00:44 (GMT)
committer Ignacio Rodríguez <ignaciorodriguez@sugarlabs.org>2013-03-23 00:00:44 (GMT)
commit5759d41194ad4c48a3377237ceaa370201796e8d (patch)
treef0c3911889d3dc16663c13266b4dca5358be86ec
parentef51a26ce03f4a515d594ce52105d61dc038466c (diff)
Tenemos una pregunta, cerebrito.
-rw-r--r--Widgets.py5
1 files changed, 4 insertions, 1 deletions
diff --git a/Widgets.py b/Widgets.py
index d7966f9..6df71ea 100644
--- a/Widgets.py
+++ b/Widgets.py
@@ -161,7 +161,10 @@ class TablaPeriodica(gtk.EventBox):
xoptions=gtk.EXPAND|gtk.FILL,
yoptions=gtk.EXPAND|gtk.FILL,
xpadding=0, ypadding=0)
-
+
+ pregunta = Pregunta(G.PREGUNTAS[2]["pregunta"])
+ self.tabla.attach(pregunta, 3, 13, 1, 2)
+
def set_colores(self, boton):
for elemen in G.COLORS:
color, indices = elemen