#5526 decrease the frequency of the activity icon during launching.

This commit is contained in:
Tomeu Vizoso 2007-12-19 20:04:20 +01:00
parent b7e0ccbf81
commit 807044c84b

View File

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