summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/Applet/CCApplet.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Applet/CCApplet.cpp b/src/Applet/CCApplet.cpp
index 302fe0bf..9817f415 100644
--- a/src/Applet/CCApplet.cpp
+++ b/src/Applet/CCApplet.cpp
@@ -329,7 +329,7 @@ void CApplet::animate_icon()
if (m_iAnimator == 0)
{
m_iAnimator = g_timeout_add(100, update_icon, this);
- m_iAnimCountdown = 10 * 30; /* 30 sec */
+ m_iAnimCountdown = 10 * 3; /* 3 sec */
}
}