dictionarygrid cell-edited event could supply the dictionary for the row
Bug #555935 reported by
Stefan Lesicnik
on 2010-04-05
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
| Quickly Widgets |
Wishlist
|
Rick Spencer |
Bug Description
I am using configobj to work with a text based ini style config file which is turned into a dictionary grid. To write changes back to the file it would be useful if dictionarygrid's cell-edit event could return the whole dictionary, letting me use other keys i may need.
Related branches
lp:~didrocks/quidgets/newrelease
- Rick Spencer: Pending requested 2010-04-02
-
Diff: 49 lines (+23/-1)2 files modifieddebian/changelog (+21/-0)
debian/control (+2/-1)
Rick Spencer (rick-rickspencer3)
on 2010-04-05
Changed in quidgets: | |
assignee: | nobody → Rick Spencer (rick-rickspencer3) |
status: | New → Confirmed |
importance: | Undecided → Wishlist |
Rick Spencer (rick-rickspencer3) wrote : | #1 |
Rick Spencer (rick-rickspencer3) wrote : | #2 |
Fixed in trunk with rev 119
Changed in quidgets: | |
status: | Confirmed → Fix Committed |
Michael Terry (mterry) wrote : | #3 |
This was released a while ago.
Changed in quidgets: | |
status: | Fix Committed → Fix Released |
To post a comment you must log in.
I shall add an argument to signal handler which is the full row dictionary.