From eb186dbe60619a5769d7f66a504eafa8789259b2 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Wed, 22 Oct 2014 01:27:30 -0500 Subject: 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 --- juk/playlist.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'juk/playlist.cpp') diff --git a/juk/playlist.cpp b/juk/playlist.cpp index 7dce3bb3..de65b6e7 100644 --- a/juk/playlist.cpp +++ b/juk/playlist.cpp @@ -403,7 +403,7 @@ Playlist::Playlist(PlaylistCollection *collection, bool delaySetup) : setup(); if(!delaySetup) - collection->setupPlaylist(this, "midi"); + collection->setupPlaylist(this, "audio-midi"); } Playlist::~Playlist() @@ -1026,7 +1026,7 @@ TQDragObject *Playlist::dragObject(TQWidget *parent) } KURLDrag *drag = new KURLDrag(urls, parent, "Playlist Items"); - drag->setPixmap(BarIcon("sound")); + drag->setPixmap(BarIcon("audio-x-generic")); return drag; } @@ -1285,7 +1285,7 @@ void Playlist::read(TQDataStream &s) m_blockDataChanged = false; dataChanged(); - m_collection->setupPlaylist(this, "midi"); + m_collection->setupPlaylist(this, "audio-midi"); } void Playlist::viewportPaintEvent(TQPaintEvent *pe) -- cgit v1.2.1