diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2019-06-27 00:24:17 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2019-06-27 00:24:17 +0900 |
commit | a91bd11658bb1179b7a625af686622cca9f1fa4a (patch) | |
tree | 4913192cf41934dfca8ceb7a886c3205b0bb61aa /src/k3bfiletreecombobox.cpp | |
parent | 82c3b55a9a0adaf07917edb3407f7ec8c109aacc (diff) | |
download | k3b-a91bd11658bb1179b7a625af686622cca9f1fa4a.tar.gz k3b-a91bd11658bb1179b7a625af686622cca9f1fa4a.zip |
Adjusted to new normalized device icon names in tdelibs.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'src/k3bfiletreecombobox.cpp')
-rw-r--r-- | src/k3bfiletreecombobox.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/k3bfiletreecombobox.cpp b/src/k3bfiletreecombobox.cpp index 383b1a5..4075df7 100644 --- a/src/k3bfiletreecombobox.cpp +++ b/src/k3bfiletreecombobox.cpp @@ -116,7 +116,7 @@ void K3bFileTreeComboBox::setUrl( const KURL& url ) void K3bFileTreeComboBox::setDevice( K3bDevice::Device* dev ) { - setEditText( SmallIcon("media-optical-cdrom"), dev->vendor() + " " + dev->description() + " (" + dev->blockDeviceName() + ")" ); + setEditText( SmallIcon("media-optical-cdrom-unmounted"), dev->vendor() + " " + dev->description() + " (" + dev->blockDeviceName() + ")" ); } |