CVS commit by geiseri: Do not enable "conserve memory" when creating the xmlgui information with setGUI(...). Blessed by David. Does this need to be backported? CCMAIL: kde-core-devel@kde.org M +1 -1 kmainwindow.cpp 1.151 --- kdelibs/kdeui/kmainwindow.cpp #1.150:1.151 @@ -464,5 +464,5 @@ void KMainWindow::setupGUI( QSize defaul if( options & Create ){ - createGUI(xmlfile); + createGUI(xmlfile,false); }