[GRASS-dev] [bug #4532] (grass) gis.m: missing buttons in GUI

Hi,

the simple problem is:
#% gisprompt: file,file,file

which should be
#% gisprompt: old_file,file,file
or
#% gisprompt: new_file,file,file
repectively.

A couple of scripts are affected:

find . -type f -name "*" -exec grep -l ": file,file,file" {} \;
./gui/tcltk/d.m/script/r.reclass.file
./gui/tcltk/d.m/script/r.recode.file
./gui/tcltk/d.m/script/v.in.asciipoints
./gui/tcltk/gis.m/script/r.reclass.file
./gui/tcltk/gis.m/script/r.recode.file
./gui/tcltk/gis.m/script/v.in.asciipoints

Due to power problems today in IRST I cannot submit fixes.

Markus

-------------------------------------------- Managed by Request Tracker

I didn't realize that these were in the shell scripts. I've fixed this and
committed it to the cvs. When did it change from file,file,file
(file,file,file used to work) and what's the difference between old_file and
new_file?

You guys are enjoying weather almost as warm as ours here. But not quite.
The current temperature at 3pm is 46C/115F.

...and it doesn't matter if it's a "dry heat" or not. It's a HOT heat.

Michael
__________________________________________
Michael Barton, Professor of Anthropology
School of Human Evolution & Social Change
Center for Social Dynamics and Complexity
Arizona State University

phone: 480-965-6213
fax: 480-965-7671
www: http://www.public.asu.edu/~cmbarton

From: Markus Neteler via RT <grass-bugs@intevation.de>
Reply-To: Markus Neteler via RT <grass-bugs@intevation.de>
Date: Fri, 21 Jul 2006 13:45:24 +0200 (CEST)
To: <giorgio.agugiaro@unipd.it>
Cc: <grass-dev@grass.itc.it>
Subject: [GRASS-dev] [bug #4532] (grass) gis.m: missing buttons in GUI

Hi,

the simple problem is:
#% gisprompt: file,file,file

which should be
#% gisprompt: old_file,file,file
or
#% gisprompt: new_file,file,file
repectively.

A couple of scripts are affected:

find . -type f -name "*" -exec grep -l ": file,file,file" {} \;
./gui/tcltk/d.m/script/r.reclass.file
./gui/tcltk/d.m/script/r.recode.file
./gui/tcltk/d.m/script/v.in.asciipoints
./gui/tcltk/gis.m/script/r.reclass.file
./gui/tcltk/gis.m/script/r.recode.file
./gui/tcltk/gis.m/script/v.in.asciipoints

Due to power problems today in IRST I cannot submit fixes.

Markus

-------------------------------------------- Managed by Request Tracker

Michael Barton wrote:

I didn't realize that these were in the shell scripts. I've fixed this and
committed it to the cvs. When did it change from file,file,file
(file,file,file used to work) and what's the difference between old_file and
new_file?

Old file must exist, new file shouldn't exist unless overwrite is
enabled.

You guys are enjoying weather almost as warm as ours here. But not quite.
The current temperature at 3pm is 46C/115F.

"Enjoying" isn't the term I would use.

--
Glynn Clements <glynn@gclements.plus.com>

Michael Barton wrote:

You guys are enjoying weather almost as warm as ours here. But not
quite. The current temperature at 3pm is 46C/115F.

...and it doesn't matter if it's a "dry heat" or not. It's a HOT heat.

here it's 2-6deg C. But it's a "wet" cold.

Hamish