Hi,

Patch to check if widget is already busy.

Petri
Index: applet.cpp
===================================================================
--- applet.cpp	(revision 953617)
+++ applet.cpp	(working copy)
@@ -670,6 +670,9 @@
 void Applet::setBusy(bool busy)
 {
     if (busy) {
+        if (isBusy()) {
+            return;
+        }
         d->createMessageOverlay(false);
         d->messageOverlay->opacity = 0;
 

Attachment: signature.asc
Description: This is a digitally signed message part.

_______________________________________________
Plasma-devel mailing list
Plasma-devel@kde.org
https://mail.kde.org/mailman/listinfo/plasma-devel

Reply via email to