[Pkg-owncloud-commits] [owncloud-client] 191/211: SocketAPI: Don't use a theme dependent name for now
Sandro Knauß
hefee-guest at moszumanska.debian.org
Sat Oct 25 09:10:44 UTC 2014
This is an automated email from the git hooks/post-receive script.
hefee-guest pushed a commit to branch master
in repository owncloud-client.
commit 3c7ff97ed40d0550cd0091941d7dfc37b824e5d9
Author: Daniel Molkentin <danimo at owncloud.com>
Date: Thu Oct 23 17:46:17 2014 -0400
SocketAPI: Don't use a theme dependent name for now
We will revert this once #2388 is implemented
---
src/mirall/socketapi.cpp | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)
diff --git a/src/mirall/socketapi.cpp b/src/mirall/socketapi.cpp
index d0806e1..0e239ed 100644
--- a/src/mirall/socketapi.cpp
+++ b/src/mirall/socketapi.cpp
@@ -75,7 +75,11 @@ SocketApi::SocketApi(QObject* parent)
if (Utility::isWindows()) {
socketPath = QLatin1String("\\\\.\\pipe\\")
- + Theme::instance()->appName();
+ + QLatin1String("ownCloud");
+ // TODO: once the windows extension supports multiple
+ // client connections, switch back to the theme name
+ // See issue #2388
+ // + Theme::instance()->appName();
} else if (Utility::isMac()) {
#if QT_VERSION >= QT_VERSION_CHECK(5, 0, 0)
// Always using Qt5 on OS X
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-owncloud/owncloud-client.git
More information about the Pkg-owncloud-commits
mailing list