BPM/Tempo field
Alf B Lervaag
alfborge at stud.ntnu.no
Wed May 31 22:22:22 UTC 2006
Just noticed a bug in my patch. Forgot to update the getValueType
method, so the smartplaylisteditor didn't work properly.
Alf Lervag wrote:
> The patch is also available as attachment #16381 to bug #123142.
Updated the patch on the bug to include the following change.
--- amarok-old/src/smartplaylisteditor.cpp 2006-06-01 00:18:39.000000000 +0200
+++ amarok/src/smartplaylisteditor.cpp 2006-06-01 00:16:00.000000000
+0200
@@ -1004,9 +1004,10 @@
case 5:
case 8:
case 9:
+ case 10:
valueType = Number;
break;
- case 10:
+ case 11:
valueType = Rating;
break;
case 6:
--
Alf
More information about the Amarok
mailing list