Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCristhofer Travieso <cristhofert97@gmail.com>2012-07-03 20:27:24 (GMT)
committer Cristhofer Travieso <cristhofert97@gmail.com>2012-07-03 20:27:24 (GMT)
commit3af8ddcbf88aa38bba067dc09828709049b390e1 (patch)
treedd95537909ad143c3622ee566c07e47ab15d1c53
parent0772fc2be0f52b55b3a763d4eac8975f787ec7f1 (diff)
Quite un label inutil
-rw-r--r--activity.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/activity.py b/activity.py
index 4ea0e29..e5ce141 100644
--- a/activity.py
+++ b/activity.py
@@ -98,7 +98,6 @@ class Canvas(gtk.VBox):
self.table = gtk.Table(rows=2, columns=4, homogeneous=False)
self.pack_start(self.table, False)
- self.table.attach(gtk.Label("Of "), 0, 1, 0, 1)
self.combo1 = gtk.ComboBox()
self.table.attach(self.combo1, 1, 2, 0, 1)
self.table.attach(gtk.Label("to"), 2, 3, 0, 1)