[Kst] extragear/graphics/kst/kst

Rick Chern rchern at interchange.ubc.ca
Tue Jul 19 02:41:46 CEST 2005


SVN commit 436089 by rchern:



 M  +3 -2      datawizard.ui.h  


--- trunk/extragear/graphics/kst/kst/datawizard.ui.h #436088:436089
@@ -458,7 +458,7 @@
     uint n_steps = 0;
     int ptype = 0;
     int prg = 0;
-    
+  
     KstDataSourcePtr ds = *KST::dataSourceList.findReusableFileName(_file);
     if (!ds) {
       ds = KstDataSource::loadSource(_file);
@@ -506,6 +506,7 @@
       }
     }
     
+    
     // memory estimate for the y vectors
     {
       QListViewItemIterator it(_vectors);
@@ -537,6 +538,7 @@
       }
     }
 
+    
     if (memoryRequested > memoryAvailable) {
       KMessageBox::sorry(this, i18n("You requested to read in %1 MB of data but it seems that you only have approximately %2 MB of usable memory available.  Please load less data.").arg(memoryRequested/(1024*1024)).arg(memoryAvailable/(1024*1024)));
       return;
@@ -703,7 +705,6 @@
 	    }
 	}
     }
-
     // create the data curves
     app->slotUpdateProgress(n_steps, prg, i18n("Creating curves..."));
     KstViewObjectList::Iterator pit = plots.begin();


More information about the Kst mailing list