nekohayo / specto

Automatically exported from code.google.com/p/specto
0 stars 0 forks source link

traceback using the combobox in add watch #90

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. show "add watch"
2. select "GMail" in the combobox

This problem does not affect other bazaar branches before merging your
recent changes.

Traceback (most recent call last):
  File "/home/jeff/trunks/specto-jeff/spectlib/add_watch.py", line 160, in
change_options
    self.wTree.get_widget("entry_open_command").set_text(update_cmd)
NameError: global name 'update_cmd' is not defined
Traceback (most recent call last):
  File "/home/jeff/trunks/specto-jeff/spectlib/add_watch.py", line 160, in
change_options
    self.wTree.get_widget("entry_open_command").set_text(update_cmd)
NameError: global name 'update_cmd' is not defined

Original issue reported on code.google.com by nekoh...@gmail.com on 28 Dec 2007 at 4:47

GoogleCodeExporter commented 9 years ago

Original comment by woutclym...@gmail.com on 4 Jan 2008 at 7:16

GoogleCodeExporter commented 9 years ago

Original comment by nekoh...@gmail.com on 6 Jan 2008 at 1:59

GoogleCodeExporter commented 9 years ago

Original comment by nekoh...@gmail.com on 18 Mar 2008 at 2:41