summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris <xchrisx@uber.space>2019-12-18 00:09:55 +0100
committerChris <xchrisx@uber.space>2019-12-18 00:09:55 +0100
commit81167e8fdb9c4ab5eaf1d7c9af57e55e129d148f (patch)
tree0767449362c0a3ea18515dda38f811270e953634
parent7b55ca5987f067c9c77e547db32d047b92027822 (diff)
downloadtdebase-81167e8f.tar.gz
tdebase-81167e8f.zip
Fix icons of desktop files created by knetattach.
Signed-off-by: Chris <xchrisx@uber.space>
-rw-r--r--knetattach/knetattach.ui.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/knetattach/knetattach.ui.h b/knetattach/knetattach.ui.h
index f29abec42..cd5353cfc 100644
--- a/knetattach/knetattach.ui.h
+++ b/knetattach/knetattach.ui.h
@@ -176,7 +176,7 @@ void KNetAttach::finished()
path += name + ".desktop";
KSimpleConfig desktopFile(path, false);
desktopFile.setGroup("Desktop Entry");
- desktopFile.writeEntry("Icon", "package_network");
+ desktopFile.writeEntry("Icon", "applications-internet");
desktopFile.writeEntry("Name", name);
desktopFile.writeEntry("Type", "Link");
desktopFile.writeEntry("URL", url.prettyURL());