summaryrefslogtreecommitdiffstats
path: root/tdewallet
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2013-09-18 22:36:39 +0200
committerSlávek Banko <slavek.banko@axis.cz>2013-09-18 22:36:39 +0200
commit1a41909ef98ea328366ae7f62a61fd417b5378bc (patch)
tree9b48fab3481d1c16c19beecec41ac04a596d5b10 /tdewallet
parent9789f6f29bdf89722ae122e396ac78c6403d58b9 (diff)
downloadtdelibs-1a41909ef98ea328366ae7f62a61fd417b5378bc.tar.gz
tdelibs-1a41909ef98ea328366ae7f62a61fd417b5378bc.zip
Fix unintended renaming of magic string for TDEWallet files
This resolves Bug 1658 TDEWallet remains compatible with KWallet, and therefore it is not practical to change the magic string. If in the future will not be possible to maintain compatibility, magic string will be changed afterwards.
Diffstat (limited to 'tdewallet')
-rw-r--r--tdewallet/backend/tdewalletbackend.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/tdewallet/backend/tdewalletbackend.cc b/tdewallet/backend/tdewalletbackend.cc
index 84160ba03..5fe313ed9 100644
--- a/tdewallet/backend/tdewalletbackend.cc
+++ b/tdewallet/backend/tdewalletbackend.cc
@@ -51,7 +51,7 @@
using namespace TDEWallet;
-#define KWMAGIC "TDEWALLET\n\r\0\r\n"
+#define KWMAGIC "KWALLET\n\r\0\r\n"
#define KWMAGIC_LEN 12
static void initTDEWalletDir()