Opened 13 years ago
Closed 13 years ago
#2361 closed Bug (fixed)
Turtle toggle button is not visible using old GTK 2.6.x library
Reported by: | Diraison | Owned by: | charles |
---|---|---|---|
Priority: | Lowest | Milestone: | 1.75 |
Component: | GTK+ Client | Version: | 1.74 |
Severity: | Minor | Keywords: | |
Cc: |
Description
The toggle button don't show the turtle image and is skrunk in size when using old GTK+2.6 library. This can be fixed by just adding a container to the button widget, without modifying the button behavior with other version of the gtk library.
I submitt a patch for the tr_window_new() function in transmission-1.74/gtk/tr-window.c
Attachments (1)
Change History (6)
Changed 13 years ago by Diraison
comment:1 Changed 13 years ago by Diraison
- Priority changed from Normal to Lowest
- Severity changed from Normal to Minor
comment:2 Changed 13 years ago by Diraison
- Summary changed from Turtle toggle button is not visible unsing old GTK 2.6.x library to Turtle toggle button is not visible using old GTK 2.6.x library
comment:3 Changed 13 years ago by Diraison
- Component changed from Transmission to GTK+ Client
- Owner set to charles
comment:4 Changed 13 years ago by charles
- Milestone changed from None Set to 1.75
- Status changed from new to assigned
comment:5 Changed 13 years ago by charles
- Resolution set to fixed
- Status changed from assigned to closed
fixed in trunk by r9006 for 1.75 or 1.80, whichever comes first. Thanks for the patch!
Note: See
TracTickets for help on using
tickets.
Add container to toggle button widget