From a8203cf740d018000b2e36cdb60e63fd08b2f692 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Thu, 26 Mar 2015 12:26:24 -0500 Subject: Bring system icon into XDG compliance --- tdeioslave/system/systemimpl.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tdeioslave/system/systemimpl.cpp') diff --git a/tdeioslave/system/systemimpl.cpp b/tdeioslave/system/systemimpl.cpp index 2cd8226a5..21a9da7da 100644 --- a/tdeioslave/system/systemimpl.cpp +++ b/tdeioslave/system/systemimpl.cpp @@ -204,7 +204,7 @@ void SystemImpl::createTopLevelEntry(TDEIO::UDSEntry &entry) const addAtom(entry, TDEIO::UDS_FILE_TYPE, S_IFDIR); addAtom(entry, TDEIO::UDS_ACCESS, 0555); addAtom(entry, TDEIO::UDS_MIME_TYPE, 0, "inode/system_directory"); - addAtom(entry, TDEIO::UDS_ICON_NAME, 0, "system"); + addAtom(entry, TDEIO::UDS_ICON_NAME, 0, "computer"); } TQString SystemImpl::readPathINL(TQString filename) -- cgit v1.2.1