mirror of
https://github.com/transmission/transmission.git
synced 2025-12-24 20:35:36 +00:00
(trunk gtk) #1834: Add the ability to sort by ETA
This commit is contained in:
@@ -57,7 +57,9 @@ static GtkRadioActionEntry sort_radio_entries[] =
|
||||
{ "sort-by-tracker", NULL, N_( "Sort by _Tracker" ), NULL,
|
||||
NULL, 5 },
|
||||
{ "sort-by-age", NULL, N_( "Sort by A_ge" ), NULL,
|
||||
NULL, 6 }
|
||||
NULL, 6 },
|
||||
{ "sort-by-eta", NULL, N_( "Sort by _ETA" ), NULL,
|
||||
NULL, 7 }
|
||||
};
|
||||
|
||||
static void
|
||||
|
||||
Reference in New Issue
Block a user