Change icon pulsing interval to 100 per cjb request

This commit is contained in:
Marco Pesenti Gritti 2007-10-12 21:01:07 +02:00
parent c34b5204ac
commit e39232a622

View File

@ -55,7 +55,7 @@ def html_to_rgb(html_color):
return (r, g, b)
class ActivityIcon(CanvasIcon):
_INTERVAL = 250
_INTERVAL = 100
__gsignals__ = {
'resume': (gobject.SIGNAL_RUN_FIRST,