diff --git a/applet.cpp b/applet.cpp index 24092dc84..efd25d1d0 100644 --- a/applet.cpp +++ b/applet.cpp @@ -696,6 +696,7 @@ QSizeF Applet::sizeHint() const QList Applet::contextActions() { + kDebug() << "empty actions"; return QList(); } @@ -995,6 +996,8 @@ Applet* Applet::loadApplet(const QString& appletName, uint appletId, const QVari // from the network at this point kDebug() << "Applet::loadApplet: offers is empty for \"" << appletName << "\""; return 0; + } else if (offers.count() > 1) { + kDebug() << "hey! we got more than one! let's blindly take the first one"; } if (appletId == 0) {