Ticket #1266 (closed defect: fixed)
IconView has an overlapping instance of CellLayoutClass
| Reported by: | guest | Owned by: | somebody |
|---|---|---|---|
| Priority: | normal | Milestone: | 0.11.0 |
| Component: | general (Gtk+, Glib) | Version: | 0.11.0 |
| Keywords: | Cc: | 672289@… |
Description
This was reported by Julian Blake Kongslie on http://bugs.debian.org/672289:
The type Graphics.UI.Gtk.ModelView.IconView.IconView has two overlapping instances of CellLayoutClass; this prevents use of such instances.
It suffices to remove the instance declaration from the Graphics/UI/ModelView/IconView.chs file. As the instances are both empty (and trivially identical) it doesn't matter which is removed, but all the other CellLayoutClass instances are in the CellLayout.chs file.
The version is 0.12.3 (missing in the trac pulldown).
Change History
Note: See
TracTickets for help on using
tickets.