Renamed XO icon from xo to computer-xo.
This commit is contained in:
@@ -20,7 +20,7 @@ from view.BuddyMenu import BuddyMenu
|
||||
|
||||
class BuddyIcon(CanvasIcon):
|
||||
def __init__(self, shell, buddy):
|
||||
CanvasIcon.__init__(self, icon_name='theme:xo',
|
||||
CanvasIcon.__init__(self, icon_name='theme:computer-xo',
|
||||
xo_color=buddy.get_color())
|
||||
|
||||
self._shell = shell
|
||||
|
||||
@@ -20,5 +20,5 @@ from sugar import profile
|
||||
class MyIcon(CanvasIcon):
|
||||
def __init__(self, size):
|
||||
CanvasIcon.__init__(self, size=size,
|
||||
icon_name='theme:xo',
|
||||
icon_name='theme:computer-xo',
|
||||
xo_color=profile.get_color())
|
||||
|
||||
Reference in New Issue
Block a user