[Kst] [Bug 134501] Vectors created from the command line don't make it to the vector list
netterfield at astro.utoronto.ca
netterfield at astro.utoronto.ca
Fri Sep 22 17:53:23 CEST 2006
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.kde.org/show_bug.cgi?id=134501
------- Additional Comments From netterfield astro utoronto ca 2006-09-22 17:53 -------
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