Make this new function actually do something :)

svn path=/trunk/KDE/kdebase/workspace/plasma/lib/; revision=668037
This commit is contained in:
Matt Williams 2007-05-24 21:17:55 +00:00
parent 4d4f9e0140
commit e809f22cfd

View File

@ -236,7 +236,7 @@ Applet* Applet::loadApplet(const KPluginInfo* info, uint appletId)
return 0; return 0;
} }
loadApplet(info->pluginName(), appletId); return loadApplet(info->pluginName(), appletId);
} }
} // Plasma namespace } // Plasma namespace