Typo.
This commit is contained in:
parent
4200f1edeb
commit
52fc6826ab
@ -43,9 +43,9 @@ class ClipboardIcon(CanvasIcon):
|
|||||||
self._menu.set_state(name, percent, preview, activity)
|
self._menu.set_state(name, percent, preview, activity)
|
||||||
|
|
||||||
if activity and percent < 100:
|
if activity and percent < 100:
|
||||||
self.set_property('color', XoColor("#000000,#424242"))
|
self.props.xo_color = XoColor("#000000,#424242")
|
||||||
else:
|
else:
|
||||||
self.set_property('color', XoColor("#000000,#FFFFFF"))
|
self.props.xo_color = XoColor("#000000,#FFFFFF")
|
||||||
|
|
||||||
def _activity_create_success_cb(self, handler, activity):
|
def _activity_create_success_cb(self, handler, activity):
|
||||||
activity.start(util.unique_id())
|
activity.start(util.unique_id())
|
||||||
|
Loading…
Reference in New Issue
Block a user