From 151987f8e0b7a179cf45032cc2ec5b4360023890 Mon Sep 17 00:00:00 2001 From: sandman Date: Thu, 12 Sep 2002 01:16:41 +0000 Subject: - really remove mrulist - new version of systray, which supports the Exclude list to hide applets --- (limited to 'core/launcher/taskbar.cpp') diff --git a/core/launcher/taskbar.cpp b/core/launcher/taskbar.cpp index 988d072..1feae4a 100644 --- a/core/launcher/taskbar.cpp +++ b/core/launcher/taskbar.cpp @@ -20,7 +20,6 @@ #include "startmenu.h" #include "inputmethods.h" -#include "mrulist.h" #include "runningappbar.h" #include "systray.h" #include "calibrate.h" @@ -273,7 +272,8 @@ void TaskBar::receive( const QCString &msg, const QByteArray &data ) } else if ( msg == "reloadInputMethods()" ) { inputMethods->loadInputMethods(); } else if ( msg == "reloadApplets()" ) { - sysTray->loadApplets(); + sysTray->clearApplets(); + sysTray->addApplets(); } else if ( msg == "soundAlarm()" ) { Desktop::soundAlarm(); } -- cgit v0.9.0.2