mirror of
https://bitbucket.org/smil3y/kde-workspace.git
synced 2025-02-23 18:32:50 +00:00
kdirshare: fix regression since b5c52b451f
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
This commit is contained in:
parent
dc63db2fb2
commit
e3e4414908
1 changed files with 1 additions and 1 deletions
|
@ -263,7 +263,7 @@ void KDirServer::respond(const QByteArray &url, QByteArray *outdata,
|
|||
iconformat = "ICO";
|
||||
iconmime = "image/vnd.microsoft.icon";
|
||||
} else {
|
||||
iconpixmap = KIcon(normalizedpath.mid(17)).pixmap(20);
|
||||
iconpixmap = KIcon(normalizedpath.mid(16)).pixmap(20);
|
||||
iconformat = "PNG";
|
||||
iconmime = "image/PNG";
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue