summaryrefslogtreecommitdiff
path: root/core
Side-by-side diff
Diffstat (limited to 'core') (more/less context) (ignore whitespace changes)
-rw-r--r--core/launcher/startmenu.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/core/launcher/startmenu.cpp b/core/launcher/startmenu.cpp
index 28c8b97..d75e8be 100644
--- a/core/launcher/startmenu.cpp
+++ b/core/launcher/startmenu.cpp
@@ -44,6 +44,7 @@
StartMenu::StartMenu(QWidget *parent) : QLabel( parent )
{
loadOptions();
+ safety_tid = 1; // disable the timer... valgrind said it.. we don't use that option either -zecke
int sz = AppLnk::smallIconSize()+3;
QPixmap pm;