Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/calendario.py
diff options
context:
space:
mode:
authorYader Velásquez <yajosev@gmail.com>2011-03-04 04:19:36 (GMT)
committer Yader Velásquez <yajosev@gmail.com>2011-03-04 04:19:36 (GMT)
commitbfde263d7c6a33e211e0fbda1a26b72d5728ca13 (patch)
tree8dff900379af6ab419bf24e697ab56f4996a63b5 /calendario.py
parent5cb5a2ac27f5e64de75d1a23c8024d5d2ff9a00c (diff)
new colors
Diffstat (limited to 'calendario.py')
-rw-r--r--calendario.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/calendario.py b/calendario.py
index 94e15d9..d430e44 100644
--- a/calendario.py
+++ b/calendario.py
@@ -130,6 +130,7 @@ class CalendarioActivity(activity.Activity):
self.combo = gtk.combo_box_new_text()
self.combo.set_size_request(180, -1)
self.combo.append_text(_('Mathematic'))
+ #self.combo.child.modify_text(gtk.STATE_NORMAL,gtk.gdk.color_parse("#DE0004"))
self.combo.append_text(_('Geography'))
self.combo.append_text(_('Natural Science'))
self.combo.append_text(_('Language'))