summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorDenys Vlasenko <vda.linux@googlemail.com>2010-01-27 17:37:42 +0100
committerDenys Vlasenko <vda.linux@googlemail.com>2010-01-27 17:37:42 +0100
commit95b0206817a1f11fb93f61a617e00d9ce309e8ce (patch)
treed716410085d86765ef04fc302fff5597c6f65b28 /src
parentd192b691e4464b29d970c40ba4f28117ccf6a094 (diff)
parentfcdeb2ffc8b8708209b8d2b985c82aec88feb9b7 (diff)
downloadabrt-95b0206817a1f11fb93f61a617e00d9ce309e8ce.tar.gz
abrt-95b0206817a1f11fb93f61a617e00d9ce309e8ce.tar.xz
abrt-95b0206817a1f11fb93f61a617e00d9ce309e8ce.zip
Merge branch 'master' into rhel6
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 */
}
}