Summary: | Next song button incorrectly deactivated | ||
---|---|---|---|
Product: | [Applications] amarok | Reporter: | Marius <mariusst> |
Component: | general | Assignee: | Amarok Developers <amarok-bugs-dist> |
Status: | RESOLVED FIXED | ||
Severity: | normal | ||
Priority: | NOR | ||
Version: | 1.4.1 | ||
Target Milestone: | --- | ||
Platform: | Gentoo Packages | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Marius
2006-07-26 15:52:51 UTC
SVN commit 567698 by aoliveira: Enable/disable prev/next buttons as playlist filter changes BUG: 131398 M +1 -0 playlist.cpp --- trunk/extragear/multimedia/amarok/src/playlist.cpp #567697:567698 @@ -3639,6 +3639,7 @@ m_prevfilter = m_filter; m_filter = query; } + updateNextPrev(); } void |