Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Cetrulo <mail2samus@gmail.com>2012-06-16 17:16:47 (GMT)
committer Michael Cetrulo <mail2samus@gmail.com>2012-06-16 17:16:47 (GMT)
commit5e5f59bbc1db569727b97c9e603ea630fa6fdcfb (patch)
tree22baba8946af0601fa223d0e4242ee6746597374
parent482cea10aca98f5703138e94f524b35a1086e93c (diff)
preselecciona "Motor A" al iniciar
-rwxr-xr-xLegoJAM.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/LegoJAM.py b/LegoJAM.py
index 3eafdbc..7a49ea7 100755
--- a/LegoJAM.py
+++ b/LegoJAM.py
@@ -48,6 +48,7 @@ class LegoJAM(Window):
num = 0
for i in ['A', 'B', 'C']:
store.append(['Motor %s' % i, num])
+ combobox.set_active(0)
vbox = gtk.VBox()
run_button = gtk.Button("Encender")