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) { }