From kde-commits Wed Jan 05 18:54:37 2011 From: Marco Martin Date: Wed, 05 Jan 2011 18:54:37 +0000 To: kde-commits Subject: KDE/kdelibs/plasma/private Message-Id: <20110105185437.CB23EAC8B1 () svn ! kde ! org> X-MARC-Message: https://marc.info/?l=kde-commits&m=129425423506513 SVN commit 1212108 by mart: initialize M +2 -1 containment_p.h --- trunk/KDE/kdelibs/plasma/private/containment_p.h #1212107:1212108 @@ -60,7 +60,8 @@ type(Containment::NoContainmentType), showDropZoneDelayTimer(0), drawWallpaper(true), - dropZoneStarted(false) + dropZoneStarted(false), + containmentActionsSource(Global) { }