From kde-commits Mon Apr 04 22:30:17 2005 From: =?utf-8?q?Aaron=20J=2E=20Seigo?= Date: Mon, 04 Apr 2005 22:30:17 +0000 To: kde-commits Subject: kdebase/kicker/core Message-Id: <20050404223017.90537486 () office ! kde ! org> X-MARC-Message: https://marc.info/?l=kde-commits&m=111265383029718 CVS commit by aseigo: make this a bit more explicit =) M +1 -1 pluginmanager.cpp 1.27 --- kdebase/kicker/core/pluginmanager.cpp #1.26:1.27 @@ -70,5 +70,5 @@ AppletInfoList PluginManager::plugins(co it != desktopFiles.end(); ++it) { - plugins.append(*it); + plugins.append(AppletInfo(*it)); }