From b77e461a0bd7174785d6e280fb3a1077c931489b Mon Sep 17 00:00:00 2001 From: "Aaron J. Seigo" Date: Tue, 4 May 2010 03:50:11 +0000 Subject: [PATCH] Applet::init() is always ok. patch by Vincenzo Di Massa svn path=/trunk/KDE/kdelibs/; revision=1122515 --- containment.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/containment.cpp b/containment.cpp index 165856f5d..7fc5e13b2 100644 --- a/containment.cpp +++ b/containment.cpp @@ -149,8 +149,8 @@ Containment::~Containment() void Containment::init() { + Applet::init(); if (!isContainment()) { - Applet::init(); return; }