Opened 14 years ago

Closed 14 years ago

#946 closed defect (worksforme)

Opening Properties Dialog in Layer Manager gives error

Reported by: epatton Owned by: martinl
Priority: normal Milestone: 6.5.0
Component: wxGUI Version: svn-develbranch6
Keywords: Cc: grass-dev@…
CPU: x86-64 Platform: Linux

Description

Working with Grass 6.5, svn revision 41053; right-clicking on a vector in the wxpython Layer Manager to bring up the Properties dialog causes the following error:

File "/usr/local/grass-6.5.svn/etc/wxpython/gui_modules/wx
gui_utils.py", line 552, in OnPopupProperties

self.PropertiesDialog(self.layer_selected)
  File "/usr/local/grass-6.5.svn/etc/wxpython/gui_modules/wx
gui_utils.py", line 853, in PropertiesDialog

parentframe=self, show=show)
  File "/usr/local/grass-6.5.svn/etc/wxpython/gui_modules/me
nuform.py", line 1782, in ParseCommand

self.grass_task.set_flag(option[2:], True)
  File "/usr/local/grass-6.5.svn/etc/wxpython/gui_modules/me
nuform.py", line 373, in set_flag

param = self.get_flag(aFlag)
  File "/usr/local/grass-6.5.svn/etc/wxpython/gui_modules/me
nuform.py", line 367, in get_flag

raise ValueError, _("Flag not found: %s") % aFlag
ValueError
:
Flag not found:

~ Eric.

Change History (3)

comment:1 by martinl, 14 years ago

Cc: grass-dev@… added
Owner: changed from grass-dev@… to martinl
Status: newassigned

Unable to reproduce it, please give more info - which parameters for d.vect are given?

comment:2 by martinl, 14 years ago

Still valid?

comment:3 by martinl, 14 years ago

Resolution: worksforme
Status: assignedclosed
Note: See TracTickets for help on using tickets.