| Summary: | allow sorting of columns in the musicbrainz result dialog | ||
|---|---|---|---|
| Product: | [Applications] amarok | Reporter: | Dominik Karall <dominik.karall> |
| Component: | general | Assignee: | Amarok Bugs <amarok-bugs-null> |
| Status: | RESOLVED FIXED | ||
| Severity: | wishlist | ||
| Priority: | NOR | ||
| Version First Reported In: | 1.3.5 | ||
| Target Milestone: | --- | ||
| Platform: | Gentoo Packages | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
|
Description
Dominik Karall
2005-10-26 18:08:27 UTC
SVN commit 475382 by aoliveira:
Let user change the sorting in the musicbrainz result dialog, by clicking on the titles.
BUG: 115129
M +1 -1 trackpickerdialog.cpp
--- trunk/extragear/multimedia/amarok/src/trackpickerdialog.cpp #475381:475382
@@ -61,7 +61,7 @@
setMainWidget(m_base);
m_base->fileLabel->setText(name);
- m_base->trackList->setSorting(-1);
+// m_base->trackList->setSorting(-1);
KTRMResultList::ConstIterator end( results.end() );
for(KTRMResultList::ConstIterator it = results.begin(); it != end; ++it)
new TrackPickerItem(m_base->trackList, *it);
|