summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2014-10-22 14:24:05 -0500
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2014-10-22 14:24:05 -0500
commit3c4662fe20399818caa2c5d946dcc6cd17f59a4f (patch)
tree46497a561fc34970e3b05195f055f0e7f20b3912
parent0318687d2da9bac12e3135b5c8460d39f31fe5e4 (diff)
downloadamarok-3c4662fe20399818caa2c5d946dcc6cd17f59a4f.tar.gz
amarok-3c4662fe20399818caa2c5d946dcc6cd17f59a4f.zip
Fix exec icon location and bring it into XDG compliancer14.0.0
-rw-r--r--amarok/src/iconloader.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/amarok/src/iconloader.cpp b/amarok/src/iconloader.cpp
index 937b2cf6..d0e307ef 100644
--- a/amarok/src/iconloader.cpp
+++ b/amarok/src/iconloader.cpp
@@ -52,7 +52,7 @@ Amarok::icon( const TQString& name ) //declared in amarok.h
iconMap["edit"] = "edit";
iconMap["edit-copy"] = "edit-copy";
iconMap["equalizer"] = "equalizer";
- iconMap["external"] = "exec";
+ iconMap["external"] = "application-x-executable";
iconMap["fastforward"] = "2rightarrow";
iconMap["favourite_genres"] = "kfm";
iconMap["files"] = "folder";