#4443 closed defect (fixed)
Add button to hide log list
Reported by: | danielfrancis | Owned by: | danielfrancis |
---|---|---|---|
Priority: | Unspecified by Maintainer | Milestone: | |
Component: | Log | Version: | 0.98.x |
Severity: | Minor | Keywords: | |
Cc: | manuq, wadeb | Distribution/OS: | OLPC |
Bug Status: | Resolved |
Description
As discussed with manuq, GtkPaned can't be scrolled from the XO-4 touchscreen. This bug affects the Log activity and the way to solve it is having a button to hide the list, the button is already used in Jukebox with the play list.
A patch will be provided soon.
Attachments (1)
Change History (7)
comment:1 Changed 11 years ago by danielfrancis
- Bug Status changed from New to Assigned
- Cc wadeb added
- Owner changed from wadeb to danielfrancis
- Status changed from new to assigned
Changed 11 years ago by danielfrancis
comment:2 Changed 11 years ago by danielfrancis
- Bug Status changed from Assigned to Resolved
comment:3 follow-up: ↓ 4 Changed 11 years ago by manuq
"Show Playlist" tooltip should be "Show Sidebar". Other than that, patch looks good.
comment:4 in reply to: ↑ 3 Changed 11 years ago by danielfrancis
Replying to manuq:
"Show Playlist" tooltip should be "Show Sidebar". Other than that, patch looks good.
Oops, I just copied code from Jukebox.
I'm not sure about the string "Show Sidebar" because translators could make a bad translation of the word Sidebar. Maybe "Show log list"?
comment:5 Changed 10 years ago by godiard
- Resolution set to fixed
- Status changed from assigned to closed
Applied as badbe8e80f7d6d3e32da6ab10e1c949d3e5c84c4
Replaced "Show Playlist" by "Show list of files"
Thanks
Attached patch. Needs review.