git-svn-id: https://svn.osgeo.org/grass/grass/trunk@58734 15284696-431f-4ddb-bdfa-cd5b030d7da7
@@ -1653,7 +1653,7 @@ class CmdPanel(wx.Panel):
options = guidep.split(',')
for opt in options:
pOpt = self.task.get_param(opt, element = 'name', raiseError = False)
- if id:
+ if pOpt and id:
if 'wxId-bind' not in p:
p['wxId-bind'] = list()
p['wxId-bind'] += pOpt['wxId']