diff options
Diffstat (limited to 'juk/playlistitem.cpp')
-rw-r--r-- | juk/playlistitem.cpp | 2 |
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(); |