From 5e275a216ce0f63d31cf1002ce800a2fab34c79e Mon Sep 17 00:00:00 2001 From: Chani Armitage Date: Thu, 11 Oct 2007 08:36:22 +0000 Subject: [PATCH] SVN_SILENT: couple extra debug statements svn path=/trunk/KDE/kdebase/workspace/libs/plasma/; revision=724056 --- applet.cpp | 3 +++ 1 file changed, 3 insertions(+) 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) {