Opened 12 years ago

Closed 12 years ago

Last modified 12 years ago

#3876 closed Enhancement (fixed)

Give filesize its own column in the Files tree

Reported by: jordan Owned by: jordan
Priority: Normal Milestone: 2.20
Component: GTK+ Client Version: 2.13
Severity: Normal Keywords:
Cc:

Description

Bumped upstream from https://bugs.launchpad.net/ubuntu/+source/transmission/+bug/648354 where Vish writes:

When viewing the torrent properties, either while adding new torrent files or from the main window , the individual file size info is often hidden and the only way to view the info is to expand the column size of the filename. [size info hidden since most of the torrents have crazy long names.;-)]

Change History (3)

comment:1 Changed 12 years ago by jordan

  • Status changed from new to assigned
  • Summary changed from Filesize is sometimes hard to read in "Files" tab to Give filesize its own column in the Files tree

comment:2 Changed 12 years ago by jordan

  • Resolution set to fixed
  • Status changed from assigned to closed

Added to trunk in r11642

comment:3 Changed 12 years ago by jordan

jordan * r11804 gtk/file-list.c:

#3876 "Give filesize its own column in the Files tree" -- fix minor memory leak introduced by r11642

r11642 allocated a pango font description with pango_font_description_copy() but never freed it.

Note: See TracTickets for help on using tickets.