Opened 13 years ago
Last modified 10 years ago
#2360 new defect
ActivityButton doesn't get garbage collected
Reported by: | sascha_silbe | Owned by: | tomeu |
---|---|---|---|
Priority: | Low | Milestone: | Unspecified |
Component: | Sugar | Version: | Git as of bugdate |
Severity: | Minor | Keywords: | |
Cc: | Distribution/OS: | ||
Bug Status: | Unconfirmed |
Description
jarabe.frame.activitiestray.ActivityButton instances don't get garbage-collected after they have been removed in jarabe.frame.activitiestray.ActivitiesTray.__activity_removed_cb(). Some jarabe.frame.frameinvoker.FrameWidgetInvoker (derived from sugar.graphics.palettewindow.WidgetInvoker using the compatibility name sugar.graphics.palette.WidgetInvoker) still holds a reference of it as self.parent.
Since I don't know how all the palette magic works, I'll leave it for someone else to fix.
Change History (3)
comment:1 Changed 10 years ago by dnarvaez
- Milestone changed from 0.90 to Unspecified
comment:2 Changed 10 years ago by dnarvaez
- Bug Status changed from New to Unconfirmed
comment:3 Changed 10 years ago by godiard
- Priority changed from Unspecified by Maintainer to Low
Note: See
TracTickets for help on using
tickets.