Summary: | Doesn't compile due to KIMAGECACHE/doesn't fall back to KPIXMAPCACHE | ||
---|---|---|---|
Product: | [Applications] amarok | Reporter: | Thierry Göckel <thierry> |
Component: | general | Assignee: | Amarok Developers <amarok-bugs-dist> |
Status: | RESOLVED FIXED | ||
Severity: | major | CC: | alex.merry |
Priority: | HI | ||
Version First Reported In: | 2.4-GIT | ||
Target Milestone: | 2.4.2 | ||
Platform: | Debian unstable | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | 2.4.2 | |
Sentry Crash Report: |
Description
Thierry Göckel
2011-05-18 22:19:01 UTC
Git commit 93e5d09a1360f3850957ca1aa35a54ccedbe31c9 by Alex Merry. Committed on 23/05/2011 at 02:11. Pushed by alexmerry into branch 'master'. Fix compile with kdelibs 4.4 KPixmapCache::insert returns void, not bool, so always return true when using KPixmapCache. Also, use #ifdef HAVE_KIMAGECACHE, not #if HAVE_KIMAGECACHE, to avoid "undefined macro" warnings. BUG: 273585 M +12 -11 src/ImageCache.h http://commits.kde.org/amarok/93e5d09a1360f3850957ca1aa35a54ccedbe31c9 |