[Pkg-owncloud-commits] [owncloud-client] 16/219: SocketAPI: fix the BROADCAST message

Sandro Knauß hefee-guest at moszumanska.debian.org
Sat Oct 11 14:43:04 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 ea381392a759125677e33ca8d6b86e7dc94dc8bc
Author: Olivier Goffart <ogoffart at woboq.com>
Date:   Wed Aug 27 13:55:06 2014 +0200

    SocketAPI: fix the BROADCAST message
---
 src/mirall/socketapi.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/mirall/socketapi.cpp b/src/mirall/socketapi.cpp
index 0d2b5a0..22922ae 100644
--- a/src/mirall/socketapi.cpp
+++ b/src/mirall/socketapi.cpp
@@ -328,7 +328,7 @@ void SocketApi::slotJobCompleted(const QString &folder, const SyncFileItem &item
         command = QLatin1String("ERROR");
     }
     if( Utility::isLinux() ) {
-        broadcastMessage(QLatin1String("BROADCAST:"), path, command);
+        broadcastMessage(QLatin1String("BROADCAST"), path, command);
     }
 }
 

-- 
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