┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHarald Sitter <[email protected]>2009-01-17 23:07:46 +0000
committerHarald Sitter <[email protected]>2009-01-17 23:07:46 +0000
commit920307602bee17c6c3225db58ecdefd48a380ff0 (patch)
treec192996cebfe9f246fbad216735ecce29cb7fbc2
parent8acb68ed2835410af934459073048339c7b262a0 (diff)
Fix Dolphin's desktop file. The additional quotation of %u made dolphin be started with an empty (but existing) location value which made it fall back to XDG's document path as of KDE 4.2. Without
quotation it doesn't get that empty value and starts using it's configured default location. BUG: 169016 svn path=/trunk/KDE/kdebase/apps/; revision=912654
-rw-r--r--src/dolphin.desktop2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dolphin.desktop b/src/dolphin.desktop
index 5d22bd8c8..49f970837 100644
--- a/src/dolphin.desktop
+++ b/src/dolphin.desktop
@@ -17,7 +17,7 @@ Name[sr]=Делфин
Name[ta]=டால்பின்
Name[te]=డాల్ఫిన్
Name[x-test]=xxDolphinxx
-Exec=dolphin %i -caption "%c" "%u"
+Exec=dolphin %i -caption "%c" %u
Icon=system-file-manager
Type=Application
X-DocPath=dolphin/index.html