summaryrefslogtreecommitdiffstats
path: root/juk/playlistitem.cpp
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2014-10-22 01:27:30 -0500
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2014-10-22 01:27:30 -0500
commiteb186dbe60619a5769d7f66a504eafa8789259b2 (patch)
tree0b23ba799cddd8b5a595ab26ea2a95c2a18dd36c /juk/playlistitem.cpp
parent5063eeabdf374bb9e9baa70dc7c717eb17ac981e (diff)
downloadtdemultimedia-eb186dbe60619a5769d7f66a504eafa8789259b2.tar.gz
tdemultimedia-eb186dbe60619a5769d7f66a504eafa8789259b2.zip
Bring most mimetypes in line with XDG specifications. The following are not fully verified in source as of this commit due to ubiquity: html, empty, info, make, man, misc, source, unknown
Diffstat (limited to 'juk/playlistitem.cpp')
-rw-r--r--juk/playlistitem.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/juk/playlistitem.cpp b/juk/playlistitem.cpp
index 085464cb..0339290d 100644
--- a/juk/playlistitem.cpp
+++ b/juk/playlistitem.cpp
@@ -85,7 +85,7 @@ FileHandle PlaylistItem::file() const
const TQPixmap *PlaylistItem::pixmap(int column) const
{
- static TQPixmap image(SmallIcon("image"));
+ static TQPixmap image(SmallIcon("image-x-generic"));
static TQPixmap playing(UserIcon("playing"));
int offset = playlist()->columnOffset();