Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--CeibalNotifica.py4
-rw-r--r--activity/activity.info7
-rw-r--r--prueba.dbbin7168 -> 7168 bytes
3 files changed, 9 insertions, 2 deletions
diff --git a/CeibalNotifica.py b/CeibalNotifica.py
index 0cf8126..fcf240f 100644
--- a/CeibalNotifica.py
+++ b/CeibalNotifica.py
@@ -282,7 +282,7 @@ class ToolbarInfo(gtk.Toolbar):
def __init__(self):
gtk.Toolbar.__init__(self)
self.modify_bg(gtk.STATE_NORMAL,
- gtk.gdk.Color(0, 0, 0, 1))
+ gtk.gdk.Color(0, 20000, 0, 1))
separator = gtk.SeparatorToolItem()
separator.props.draw = False
separator.set_size_request(0, -1)
@@ -312,7 +312,7 @@ class ToolbarControl(gtk.Toolbar):
gobject.TYPE_NONE, [])}
def __init__(self):
gtk.Toolbar.__init__(self)
- self.modify_bg(gtk.STATE_NORMAL, gtk.gdk.Color(0, 20000, 0, 1))
+ self.modify_bg(gtk.STATE_NORMAL, gtk.gdk.Color(0, 0, 0, 1))
self.filter_combo1 = None
self.filter_combo2 = None
self.set_layout()
diff --git a/activity/activity.info b/activity/activity.info
new file mode 100644
index 0000000..88cb13e
--- /dev/null
+++ b/activity/activity.info
@@ -0,0 +1,7 @@
+[Activity]
+name = CeibalNotifica
+activity_version = 1
+service_name = org.laptop.CeibalNotifica
+class = CeibalNotifica.CeibalNotifica
+icon = ceibal
+show_launcher = yes
diff --git a/prueba.db b/prueba.db
index 5668167..81fd971 100644
--- a/prueba.db
+++ b/prueba.db
Binary files differ