From c73cc2b7f4417b7cb168b3d801b00f34f3c3b7eb Mon Sep 17 00:00:00 2001 From: sandman Date: Wed, 25 Sep 2002 23:24:31 +0000 Subject: Disable SafeMode for now, since it can't be turned off easily once it gets activated. --- (limited to 'core') diff --git a/core/launcher/systray.cpp b/core/launcher/systray.cpp index 4767150..697971d 100644 --- a/core/launcher/systray.cpp +++ b/core/launcher/systray.cpp @@ -80,7 +80,11 @@ void SysTray::addApplets() #ifndef SINGLE_APP Config cfg( "Taskbar" ); cfg.setGroup( "Applets" ); - bool safe = cfg.readBoolEntry("SafeMode",FALSE); + + // SafeMode causes too much problems, so we disable it for now -- + // maybe we should reenable it for OPIE 1.0 - sandman 26.09.02 + + bool safe = false; //cfg.readBoolEntry("SafeMode",FALSE); if ( safe && !safety_tid ) return; cfg.writeEntry("SafeMode",TRUE); -- cgit v0.9.0.2