[Kst] extragear/graphics/kst/kst

Barth Netterfield netterfield at astro.utoronto.ca
Tue May 24 00:24:31 CEST 2005


SVN commit 417572 by netterfield:

Not useful, except for fun... but:
Here are a few new icons, crystal icon them-ish, 
rendered from svg, so we can do 
other sizes.  I've redone only a few. 
Comments?



 M  +1 -1      datasources/dirfile/getdata.c  
 M             hi16-mime-kst.png  
 M             hi32-mime-kst.png  
 M             kst.png  
 M             kst_changefile.png  
 M             kst_datamanager.png  
 M             kst_datawizard.png  
 M             kst_editplots.png  


--- trunk/extragear/graphics/kst/kst/datasources/dirfile/getdata.c #417571:417572
@@ -1163,7 +1163,7 @@
   E->x = (double *)malloc(2*sizeof(double));
   E->y = (double *)malloc(2*sizeof(double));
   E->x[0] = 0; E->y[0] = 0;
-  E->x[1] = 1; E->y[1] = 0;
+  E->x[1] = 1; E->y[1] = 1;
 }
 
 static int ReadLinterpFile(struct LinterpEntryType *E) {


More information about the Kst mailing list