#1291 closed defect (fixed)
Hide palette group before immediate popup
Reported by: | alsroot | Owned by: | erikos |
---|---|---|---|
Priority: | Unspecified by Maintainer | Milestone: | |
Component: | Sugar | Version: | Git as of bugdate |
Severity: | Unspecified | Keywords: | r! |
Cc: | Distribution/OS: | Unspecified | |
Bug Status: | Unconfirmed |
Description
Otherwise it could look pretty ugly, several palettes at the same time.
Attachments (2)
Change History (9)
Changed 14 years ago by alsroot
comment:1 Changed 14 years ago by alsroot
- Component changed from sugar to sugar-toolkit
- Owner changed from tomeu to erikos
comment:2 Changed 14 years ago by alsroot
Changed 14 years ago by alsroot
comment:3 follow-up: ↓ 4 Changed 14 years ago by tomeu
- Keywords r! added; r? removed
Unsure about:
376 if self._invoker is None: 377 return
Should we be setting self._up = True even if we have no invoker?
comment:4 in reply to: ↑ 3 Changed 14 years ago by alsroot
Replying to tomeu:
Unsure about:
376 if self._invoker is None: 377 returnShould we be setting self._up = True even if we have no invoker?
yeah, wasn't sure about it
comment:5 Changed 14 years ago by alsroot
- Resolution set to fixed
- Status changed from new to closed
comment:6 Changed 10 years ago by dnarvaez
- Component changed from sugar-toolkit to Sugar
Note: See
TracTickets for help on using
tickets.
patch was updated to take into account #1310