Start implementing friends/mesh

This commit is contained in:
Marco Pesenti Gritti
2006-08-19 11:12:25 +02:00
parent de65daf548
commit 0d4acb6e78
12 changed files with 104 additions and 15 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
SUBDIRS = activity chat p2p presence
SUBDIRS = activity canvas chat p2p presence
sugardir = $(pythondir)/sugar
sugar_PYTHON = \
+1 -1
View File
@@ -21,7 +21,7 @@ class IconCache(gobject.GObject):
icon_file.close()
if color != None:
style = '.fill-color {fill: %s;}' % color
style = '.fill-color {fill: %s; stroke: %s;}' % (color, color)
data = re.sub('\.fill-color \{.*\}', style, data)
loader = gtk.gdk.pixbuf_loader_new_with_mime_type('image/svg-xml')
+1
View File
@@ -1,4 +1,5 @@
sugardir = $(pythondir)/sugar/canvas
sugar_PYTHON = \
__init__.py \
DonutItem.py \
IconItem.py