GNOME Bugzilla – Bug 523666
Does not have a composer column added patch for review
Last modified: 2008-03-21 02:24:46 UTC
on the irc I was told everything was in order for a composer tab except for this line of code! Index: src/Core/Banshee.ThickClient/Banshee.Collection.Gui/TrackListView.cs =================================================================== --- src/Core/Banshee.ThickClient/Banshee.Collection.Gui/TrackListView.cs (revision 3495) +++ src/Core/Banshee.ThickClient/Banshee.Collection.Gui/TrackListView.cs (working copy) @@ -69,7 +69,8 @@ //new SortableColumn ("Rating", new RatingColumnCell (null, true), 0.15, "Rating"), new SortableColumn (Catalog.GetString ("Last Played"), new ColumnCellDateTime ("LastPlayed", true), 0.15, "LastPlayedStamp"), new SortableColumn (Catalog.GetString ("Date Added"), new ColumnCellDateTime ("DateAdded", true), 0.15, "DateAddedStamp"), - new SortableColumn (Catalog.GetString ("Location"), new ColumnCellText ("Uri", true), 0.15, "Uri") + new SortableColumn (Catalog.GetString ("Location"), new ColumnCellText ("Uri", true), 0.15, "Uri"), + new SortableColumn (Catalog.GetString ("Composer"), new ColumnCellText ("Composer", true), 0.25, "Composer") ); column_controller.Load ();
Created attachment 107717 [details] [review] The patch that would add a composer tab Please review and consider implementing
Committed, thanks!
Bug 365560 remains open waiting on the Composer field in the metadata window.