From e809f22cfd6b6d60131bc3d3392fcd6877d24f80 Mon Sep 17 00:00:00 2001 From: Matt Williams Date: Thu, 24 May 2007 21:17:55 +0000 Subject: [PATCH] Make this new function actually do something :) svn path=/trunk/KDE/kdebase/workspace/plasma/lib/; revision=668037 --- applet.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/applet.cpp b/applet.cpp index d6fbd603e..5c6deac25 100644 --- a/applet.cpp +++ b/applet.cpp @@ -236,7 +236,7 @@ Applet* Applet::loadApplet(const KPluginInfo* info, uint appletId) return 0; } - loadApplet(info->pluginName(), appletId); + return loadApplet(info->pluginName(), appletId); } } // Plasma namespace