summaryrefslogtreecommitdiffstats
path: root/src/Applet
diff options
context:
space:
mode:
authorDenys Vlasenko <vda.linux@googlemail.com>2010-01-27 17:37:03 +0100
committerDenys Vlasenko <vda.linux@googlemail.com>2010-01-27 17:37:03 +0100
commitfcdeb2ffc8b8708209b8d2b985c82aec88feb9b7 (patch)
treef952d4bd2691ef23df2a744c4cede4737e46d009 /src/Applet
parente742f63e9c56cc2c913fa8cfda7a9d583a2c2aa2 (diff)
downloadabrt-fcdeb2ffc8b8708209b8d2b985c82aec88feb9b7.tar.gz
abrt-fcdeb2ffc8b8708209b8d2b985c82aec88feb9b7.tar.xz
abrt-fcdeb2ffc8b8708209b8d2b985c82aec88feb9b7.zip
applet: reduce blinking timeout to 3 sec
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'src/Applet')
-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 */
}
}