#3907 closed defect (fixed)
Browse Download Alert: Timeout icon does not draw correctly
Reported by: | erikos | Owned by: | manuq |
---|---|---|---|
Priority: | Unspecified by Maintainer | Milestone: | |
Component: | Sugar | Version: | 0.97.x |
Severity: | Blocker | Keywords: | |
Cc: | humitos | Distribution/OS: | OLPC |
Bug Status: | Assigned |
Description
It is a white square.
Attachments (2)
Change History (9)
comment:1 Changed 11 years ago by erikos
- Severity changed from Major to Blocker
comment:2 Changed 11 years ago by manuq
- Owner changed from erikos to manuq
- Status changed from new to assigned
comment:3 follow-up: ↓ 4 Changed 11 years ago by humitos
- Cc humitos added
comment:4 in reply to: ↑ 3 Changed 11 years ago by manuq
Replying to humitos:
I'm getting this trace in the log:
** (sugar-activity:19785): CRITICAL **: Stack overflow protection. Can't copy array element into GIArgument. Traceback (most recent call last): File "/home/humitos/sugar-build/install/lib/python2.7/site-packages/sugar3/graphics/alert.py", line 354, in __draw_cb self._draw(context) File "/home/humitos/sugar-build/install/lib/python2.7/site-packages/sugar3/graphics/alert.py", line 373, in _draw color = widget_style.bg[self.get_state()] IndexError: list index out of range
Good catch, I'm attaching a possible fix.
comment:5 Changed 11 years ago by manuq
- Resolution set to fixed
- Status changed from assigned to closed
Pushed artwork fix to 8b46c6d1 and toolkit-gtk3 fix to 76da9331 .
comment:6 Changed 10 years ago by dnarvaez
- Component changed from sugar-toolkit-gtk3 to Sugar
Note: See
TracTickets for help on using
tickets.
I'm getting this trace in the log: