Actions
Bug #231
closedcheckbox not responsive in "Banks"
Start date:
07/05/2012
Due date:
% Done:
100%
Estimated time:
Chirp Version:
0.2.2
Model affected:
Yaesu VX-7R
Platform:
Linux
I read the instructions above:
Description
Environment:
- Using stable 0.2.2 and reproduced in chirp daily-20120704
- Scientific Linux 6.1
- Radio is Yaesu VX-7R
To reproduce:
- Download (clone) from a Yaesu VX-7R.
- Select the "Banks" tab.
- Attempt to toggle a checkbox.
Result:
The checkbox is not toggled, and we have the error message:
File "/home/whitrj/Downloads/chirp-daily-20120704/chirpui/bankedit.py", line 157, in _toggled_cb
if not rend.get_sensitive()
AttributeError: 'gtk.CellRendererToggle' object has no attribute 'get_sensitive'
Note:
By commenting out lines 157 and 158 in chirpui/bankedit.py, normal operation is restored.
Actions