CVS commit by coolo: little crash fix M +2 -1 servicemenubutton.cpp 1.8 --- kdebase/kicker/buttons/servicemenubutton.cpp #1.7:1.8 @@ -70,4 +70,5 @@ void ServiceMenuButton::initialize( cons void ServiceMenuButton::saveConfig( KConfigGroup& config ) const { + if (topMenu) config.writeEntry("RelPath", topMenu->relPath()); }