[Pkg-owncloud-commits] [qtkeychain] 06/16: Default to DesktopEnv_Other.
Sandro Knauß
hefee-guest at moszumanska.debian.org
Wed Sep 3 22:15:55 UTC 2014
This is an automated email from the git hooks/post-receive script.
hefee-guest pushed a commit to branch master
in repository qtkeychain.
commit 3a6b0814f7f0ca36b57ac5d0096854e991ab9724
Author: Uwe L. Korn <uwelk at xhochy.com>
Date: Mon Apr 7 20:35:17 2014 +0100
Default to DesktopEnv_Other.
---
keychain_unix.cpp | 2 ++
1 file changed, 2 insertions(+)
diff --git a/keychain_unix.cpp b/keychain_unix.cpp
index 527a676..ec9d26c 100644
--- a/keychain_unix.cpp
+++ b/keychain_unix.cpp
@@ -79,6 +79,8 @@ static DesktopEnvironment detectDesktopEnvironment() {
return DesktopEnv_Kde4;
}
}
+
+ return DesktopEnv_Other;
}
static KeyringBackend detectKeyringBackend()
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-owncloud/qtkeychain.git
More information about the Pkg-owncloud-commits
mailing list