summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--r14-xdg-update4
1 files changed, 2 insertions, 2 deletions
diff --git a/r14-xdg-update b/r14-xdg-update
index b347ce56f..8058cad4b 100644
--- a/r14-xdg-update
+++ b/r14-xdg-update
@@ -64,7 +64,7 @@ fi
# Main script:
SCRIPT_NAME="`basename \`readlink -f $0\``"
-SCRIPT_VERSION=201309150
+SCRIPT_VERSION=201310050
# Allow forced execution of this script regardless of the kdeglobals setting
# and allow passing a user home directory as a positional parameter.
@@ -515,7 +515,7 @@ find $PROFILE_DIR/share/config/session -name "kwin_*" -o -name "kwallet*" -o -na
while read i; do
ir=$PROFILE_DIR/share/config/session/$(basename $i | \
sed -e "s|^kwin_|twin_|" \
- -e "s|^kwallet|tdewallet|"
+ -e "s|^kwallet|tdewallet|" \
-e "s|^kradio|tderadio|")
mv $i $ir
done