From 2a1c0c4d6bbbe58452c38db900c89955d0f1c839 Mon Sep 17 00:00:00 2001 From: flavio Date: Mon, 30 Apr 2012 22:27:01 +0000 Subject: Correcciones --- 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 -- cgit v0.9.1