summaryrefslogtreecommitdiffstats
path: root/kicker/kicker/ui/k_mnu.cpp
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2013-12-14 20:44:19 +0100
committerSlávek Banko <slavek.banko@axis.cz>2013-12-14 20:44:19 +0100
commit0230e38665822bc60d04bfba482165fea655c211 (patch)
tree0f78ffae60f717c950e9bccff62cb6943aff4fcb /kicker/kicker/ui/k_mnu.cpp
parent43e8fa69b3986331806e9a69f6b3b8f52421ff5c (diff)
downloadtdebase-0230e38665822bc60d04bfba482165fea655c211.tar.gz
tdebase-0230e38665822bc60d04bfba482165fea655c211.zip
Fix slow first opening kicker T-Menu on Alt+F1
This resolves Bug 1733
Diffstat (limited to 'kicker/kicker/ui/k_mnu.cpp')
-rw-r--r--kicker/kicker/ui/k_mnu.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kicker/kicker/ui/k_mnu.cpp b/kicker/kicker/ui/k_mnu.cpp
index b052c1fdd..a39da3051 100644
--- a/kicker/kicker/ui/k_mnu.cpp
+++ b/kicker/kicker/ui/k_mnu.cpp
@@ -409,7 +409,7 @@ void PanelKMenu::initialize()
#endif
if (displayRepaired == FALSE) {
- displayRepairTimer->start(0, FALSE);
+ displayRepairTimer->start(5, FALSE);
displayRepaired = TRUE;
}