summaryrefslogtreecommitdiffstats
path: root/knetattach/knetattach.ui.h
diff options
context:
space:
mode:
authorMavridis Philippe <[email protected]>2024-07-31 22:09:23 +0300
committerMavridis Philippe <[email protected]>2024-08-01 14:04:31 +0300
commit5bb53d86755c9b30a7fcd6db6c453e6b3c4b79fa (patch)
treeb91e66102f5021daa378e409fc6cd2ddafa75083 /knetattach/knetattach.ui.h
parent0657fdb9fee33399f4d4faec9cb5bbca70dd82d2 (diff)
downloadtdebase-5bb53d86755c9b30a7fcd6db6c453e6b3c4b79fa.tar.gz
tdebase-5bb53d86755c9b30a7fcd6db6c453e6b3c4b79fa.zip
Use server icon for remote folders
This icon is more accurate than the more generic applications-internet. Includes a tdeconf_update script. Signed-off-by: Mavridis Philippe <[email protected]> (cherry picked from commit e84954ddc1a0406ae319dd02a7d946ed62cb6859)
Diffstat (limited to 'knetattach/knetattach.ui.h')
-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 7ac898dec..e064305e9 100644
--- a/knetattach/knetattach.ui.h
+++ b/knetattach/knetattach.ui.h
@@ -183,7 +183,7 @@ void KNetAttach::finished()
path += name + ".desktop";
KSimpleConfig desktopFile(path, false);
desktopFile.setGroup("Desktop Entry");
- desktopFile.writeEntry("Icon", "applications-internet");
+ desktopFile.writeEntry("Icon", "server");
desktopFile.writeEntry("Name", name);
desktopFile.writeEntry("Type", "Link");
desktopFile.writeEntry("URL", url.prettyURL());