*** empty log message ***

This commit is contained in:
Marc Lehmann 2000-07-15 16:34:12 +00:00
parent 6a2e32f69e
commit b7f888e4bc
2 changed files with 6 additions and 0 deletions

View File

@ -1,3 +1,8 @@
Sat Jul 15 18:32:04 CEST 2000 Marc Lehmann <pcg@goof.com>
* plug-ins/common/plasma.c: applied noninteractive fix by David
Hodson <hodsond@ozemail.com.au>.
2000-07-15 Sven Neumann <neo@wintermute.ochsenblut.de>
* configure.in: added pt_BR to ALL_LINGUAS

View File

@ -240,6 +240,7 @@ run (gchar *name,
{
pvals.seed = (gint) param[3].data.d_int32;
pvals.turbulence = (gdouble) param[4].data.d_float;
pvals.timeseed = FALSE;
if (pvals.turbulence <= 0)
status = STATUS_CALLING_ERROR;