[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    KDE/kdebase/workspace/plasma/desktop/shell/activitymanager
From:       Marco Martin <notmart () gmail ! com>
Date:       2010-07-11 17:58:20
Message-ID: 20100711175820.A8127AC85F () svn ! kde ! org
[Download RAW message or body]

SVN commit 1148739 by mart:

default to bottomedge, don't read the uninitialized containment, crash--


 M  +1 -1      activitymanager.cpp  


--- trunk/KDE/kdebase/workspace/plasma/desktop/shell/activitymanager/activitymanager.cpp #1148738:1148739
@@ -81,7 +81,7 @@
     mainLayout->setSpacing(0);
     filteringLayout = new QGraphicsLinearLayout(Qt::Horizontal);
     filteringWidget = new FilterBar(orientation, q);
-    activityList = new ActivityList(containment->location());
+    activityList = new ActivityList(Plasma::BottomEdge);
     close = new Plasma::ToolButton;
     close->setIcon(KIcon("dialog-close"));
 
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic