Branch: master

0f1ef68b 2019-06-26 12:11:48 Michele Calgaro
Adjusted to new normalized device icon names in tdelibs.

Signed-off-by: Michele Calgaro <michele.calgaro@...>
M ksquirrel/sidebar/sq_mountview.cpp

ksquirrel/sidebar/sq_mountview.cpp

diff --git a/ksquirrel/sidebar/sq_mountview.cpp b/ksquirrel/sidebar/sq_mountview.cpp
index ed547fa..7b985a6 100644
--- a/ksquirrel/sidebar/sq_mountview.cpp
+++ b/ksquirrel/sidebar/sq_mountview.cpp
@@ -41,7 +41,7 @@
     popup = new TDEPopupMenu;
     id_mount = popup->insertItem(SQ_IconLoader::instance()->loadIcon("drive-harddisk-mounted", TDEIcon::Desktop, TDEIcon::SizeSmall),
                 i18n("Mount"), this, TQT_SLOT(slotMount()));
-    id_unmount = popup->insertItem(SQ_IconLoader::instance()->loadIcon("drive-harddisk", TDEIcon::Desktop, TDEIcon::SizeSmall),
+    id_unmount = popup->insertItem(SQ_IconLoader::instance()->loadIcon("drive-harddisk-unmounted", TDEIcon::Desktop, TDEIcon::SizeSmall),
                 i18n("Unmount"), this, TQT_SLOT(slotUnmount()));
     popup->insertItem(SQ_IconLoader::instance()->loadIcon("reload", TDEIcon::Desktop, TDEIcon::SizeSmall),
                 i18n("Refresh"), this, TQT_SLOT(slotRefresh()));