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.
Updated by Dan Smith over 12 years ago
- Status changed from New to Feedback
What version of gtk and pygtk are you using?
Updated by Robert Whitinger over 12 years ago
gtk2-2.18.9-4.el6.x86_64
pygtk2-2.16.0-3.el6.x86_64
Updated by Tom Hayward over 12 years ago
- Status changed from Feedback to Closed
- Assignee set to Tom Hayward
- Target version set to 0.2.3
- % Done changed from 0 to 100
Reporter says fix works.
Actions