From d325551144ae1d2bc9071339ff2de53034fb3e53 Mon Sep 17 00:00:00 2001 From: "Aaron J. Seigo" Date: Thu, 21 Aug 2008 07:48:27 +0000 Subject: [PATCH] call the containment init as well so we get actions and what not svn path=/trunk/KDE/kdebase/apps/; revision=850291 --- plasma/applets/folderview/folderview.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/plasma/applets/folderview/folderview.cpp b/plasma/applets/folderview/folderview.cpp index 4763dcbf97..b9a1604e2f 100644 --- a/plasma/applets/folderview/folderview.cpp +++ b/plasma/applets/folderview/folderview.cpp @@ -261,6 +261,8 @@ FolderView::FolderView(QObject *parent, const QVariantList &args) void FolderView::init() { + Containment::init(); + // We handle the caching ourselves setCacheMode(NoCache);