kdelibs/kdeui
    Ian Reinhart Geiser 
    geiseri at kde.org
       
    Sun Feb 27 19:36:38 GMT 2005
    
    
  
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 at 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);
     }
 
    
    
More information about the kde-core-devel
mailing list