Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/calendario.py
diff options
context:
space:
mode:
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'))