[GRASS5] options order in GUI

regarding bug http://intevation.de/rt/webrt?serial_num=3017

Maciek Sieczka wrote:

I encounter a segfault with one particular dataset with the following
options:
GRASS 6.0.cvs:~ > v.clean input=i output=j type=area err=j_err
tool=break,rmdupl,rmdac,bpol,rmarea

Radim Blazek wrote:

I fixed that, however:
1) bpol should be used as first cleaning tool, it does the same as
break, but it is faster on clean (identical boundaries) polygons

I can't change the order of cleaning tools using v.clean in GUI. The order
is hardcoded. Could that be fixed Michael? Options order issue also refers
to v.type in GUI http://intevation.de/rt/webrt?serial_num=2969.

2) bpol works only with type=boundary, the same break,rmdupl etc.

Radim, do you mean that "rmdupl" and "break" should not be used with type=line?

Maciek