Support for activity icons inside the bundle.
Patch by Gonzalo Odiard <godiard@gmail.com> Modified by me to allow icon theme to override the bundle one.
This commit is contained in:
@@ -19,5 +19,5 @@ from sugar import profile
|
||||
|
||||
class MyIcon(CanvasIcon):
|
||||
def __init__(self):
|
||||
CanvasIcon.__init__(self, icon_name='stock-buddy',
|
||||
CanvasIcon.__init__(self, icon_name='theme:stock-buddy',
|
||||
color=profile.get_color())
|
||||
|
||||
Reference in New Issue
Block a user