Opened 11 years ago
Closed 11 years ago
#334 closed defect (fixed)
Cannot change species information properties
Reported by: | aboeckma | Owned by: | devel |
---|---|---|---|
Priority: | major | Milestone: | |
Component: | Library (GUI) | Version: | gtkport |
Keywords: | Cc: |
Description
It is not possible to change any values in the species information window. This is is caused by gtk. Gtk does not notify on "text" property changes. A workaround needs to be implemented to fix this.
Change History (4)
comment:1 Changed 11 years ago by aboeckma
comment:2 Changed 11 years ago by aboeckma
I have no idea why this does not work. From the gui point of view everything seems to be fine. All events are handled correctly as far as I can see. Upon typing in the text field the change is immediately propagated to the corresponding GBDATA. However it is not saved to the database.
comment:3 Changed 11 years ago by epruesse
- Priority changed from normal to major
comment:4 Changed 11 years ago by epruesse
- Resolution set to fixed
- Status changed from new to closed
fixed by r10638
Note: See
TracTickets for help on using
tickets.
Partly fixed by [10200]. The "text" notify works but the it is still not possible to change the values.