From 76aac7b677197f187de19a0f9ec0323e40a39029 Mon Sep 17 00:00:00 2001 From: Ken Moore Date: Wed, 13 May 2015 12:39:15 -0400 Subject: A couple quick updates to the system tray: 1) Keep track of any events that come in during a check, and run another check when ready. 2) If an update event comes in for an icon which is not internally found, have it run the full check to see if it is missing an icon. --- lumina-desktop/panel-plugins/systemtray/LSysTray.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lumina-desktop/panel-plugins/systemtray/LSysTray.h') diff --git a/lumina-desktop/panel-plugins/systemtray/LSysTray.h b/lumina-desktop/panel-plugins/systemtray/LSysTray.h index 786ca730..2f7872b3 100644 --- a/lumina-desktop/panel-plugins/systemtray/LSysTray.h +++ b/lumina-desktop/panel-plugins/systemtray/LSysTray.h @@ -34,7 +34,7 @@ public: } private: - bool isRunning, stopping, checking; + bool isRunning, stopping, checking, pending; QList trayIcons; QFrame *frame; QBoxLayout *LI; //layout items -- cgit