Branch: master

d10678d6 2014-10-22 01:27:27 Timothy Pearson
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
M src/svnfrontend/svnitem.cpp
M src/svnfrontend/tdesvnfilelist.cpp
diff --git a/src/svnfrontend/svnitem.cpp b/src/svnfrontend/svnitem.cpp
index 0e70cbf..6f4b8cd 100644
--- a/src/svnfrontend/svnitem.cpp
+++ b/src/svnfrontend/svnitem.cpp
@@ -325,7 +325,7 @@
             if (isDir()) {
                 p = tdesvnPartFactory::instance()->iconLoader()->loadIcon("folder",TDEIcon::Desktop,size);
             } else {
-                p = tdesvnPartFactory::instance()->iconLoader()->loadIcon("unknown",TDEIcon::Desktop,size);
+                p = tdesvnPartFactory::instance()->iconLoader()->loadIcon(""text-x-katefilelist",TDEIcon::Desktop,size);
             }
         } else {
             KURL uri;
diff --git a/src/svnfrontend/tdesvnfilelist.cpp b/src/svnfrontend/tdesvnfilelist.cpp
index 5938561..21e23dc 100644
--- a/src/svnfrontend/tdesvnfilelist.cpp
+++ b/src/svnfrontend/tdesvnfilelist.cpp
@@ -1556,7 +1556,7 @@
     if (( urls.count() > 1 ) || (pixmap0Invalid)) {
       int iconSize = Kdesvnsettings::listview_icon_size();;
       iconSize = iconSize ? iconSize : tdesvnPartFactory::instance()->iconLoader()->currentSize( TDEIcon::Small ); // Default = small
-      pixmap2 = DesktopIcon( "tdemultiple", iconSize );
+      pixmap2 = DesktopIcon( "application-vnd.tde.tdemultiple", iconSize );
       if ( pixmap2.isNull() ) {
           kdWarning() << "Could not find multiple pixmap" << endl;
       }