[Kst] extragear/graphics/kst/src/kst
Barth Netterfield
netterfield at astro.utoronto.ca
Fri Sep 22 17:49:15 CEST 2006
SVN commit 587390 by netterfield:
Always remember the vector.
CCBUG: 134501
M +3 -0 main.cpp
--- trunk/extragear/graphics/kst/src/kst/main.cpp #587389:587390
@@ -278,7 +278,10 @@
startupErrors.append(i18n("Failed to create vector '%1' from file '%2'.").arg(field).arg(file->fileName()));
V = 0L;
}
+ } else {
+ KST::addVectorToList(V);
}
+
return V;
}
More information about the Kst
mailing list